Home
last modified time | relevance | path

Searched refs:newsub (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc132 const string& newsub, bool replace_all, in StringReplace() argument
147 res->append(newsub); in StringReplace()
163 const string& newsub, bool replace_all) { in StringReplace() argument
165 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h205 const string& newsub, bool replace_all);