HomeSort by relevance Sort by last modified time
    Searched full:oldsub (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 104 void StringReplace(const string& s, const string& oldsub,
107 if (oldsub.empty()) {
115 pos = s.find(oldsub, start_pos);
121 start_pos = pos + oldsub.size(); // start searching again after the "old"
135 string StringReplace(const string& s, const string& oldsub,
138 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]
strutil.h 166 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,

Completed in 4368 milliseconds