Home | History | Annotate | Download | only in stubs

Lines Matching defs:StringReplace

125 // StringReplace()
131 void StringReplace(const string& s, const string& oldsub,
154 // StringReplace()
162 string StringReplace(const string& s, const string& oldsub,
165 StringReplace(s, oldsub, newsub, replace_all, &ret);