Searched defs:newStr (Results 1 – 4 of 4) sorted by relevance
22 …ne void StringReplace(std::string& sourceStr, const std::string& subStr, const std::string& newStr) in StringReplace()
58 string newStr = Utils::ConvertSha256Hex(a, 1); variable65 vector<string> newStr = Utils::SplitString(str, "\n"); variable
69 std::string newStr; in FilterControlChar() local
192 …bBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr) in ReplaceAllStr()