Home
last modified time | relevance | path

Searched refs:replace_all (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc105 const string& newsub, bool replace_all, in StringReplace() argument
122 } while (replace_all); in StringReplace()
136 const string& newsub, bool replace_all) { in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h160 const string& newsub, bool replace_all);
/external/chromium/base/
Dstring_util.cc713 bool replace_all) { in DoReplaceSubstringsAfterOffset() argument
723 if (!replace_all) in DoReplaceSubstringsAfterOffset()