Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp66 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() argument
68 str = ReplaceStr(str, oldValue, newValue); in ReplaceAll()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dstring_utils.h34 void ReplaceAll(std::string &str, const std::string &oldValue, const std::string &newValue);