Searched defs:ReplaceAll (Results 1 – 7 of 7) sorted by relevance
23 TEST(StringTest, ReplaceAll) { in TEST() argument
27 inline std::string ReplaceAll(std::string str, in ReplaceAll() function
28 std::string ReplaceAll(std::string str, in ReplaceAll() function
276 ReplaceAll(F&& replacer) { in ReplaceAll() function308 CloneContext& ReplaceAll(const SymbolTransform& replacer) { in ReplaceAll() function
26 std::string ReplaceAll(std::string str, in ReplaceAll() function
504 string ReplaceAll(const string& input, const string& pattern, in ReplaceAll() function
798 def ReplaceAll(pattern, rep, s): function