Home | History | Annotate | Download | only in stubs

Lines Matching defs:StringReplace

98 // StringReplace()
104 void StringReplace(const string& s, const string& oldsub,
127 // StringReplace()
135 string StringReplace(const string& s, const string& oldsub,
138 StringReplace(s, oldsub, newsub, replace_all, &ret);