Searched refs:replace_all (Results 1 – 2 of 2) sorted by relevance
132 const string& newsub, bool replace_all, in StringReplace() argument149 } while (replace_all); in StringReplace()163 const string& newsub, bool replace_all) { in StringReplace() argument165 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
205 const string& newsub, bool replace_all);