Searched refs:oldsub (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | str_util.cc | 332 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() argument 338 while ((pos = res.find(oldsub.data(), pos, oldsub.size())) != string::npos) { in StringReplace() 339 res.replace(pos, oldsub.size(), newsub.data(), newsub.size()); in StringReplace() 341 if (oldsub.empty()) { in StringReplace()
|
D | str_util.h | 100 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.h | 41 string StringReplace(const string& str, const string& oldsub,
|
D | tfprof_utils.cc | 68 string StringReplace(const string& str, const string& oldsub, in StringReplace() argument 71 RE2::GlobalReplace(&out, oldsub, newsub); in StringReplace()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 131 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument 134 if (oldsub.empty()) { in StringReplace() 142 pos = s.find(oldsub, start_pos); in StringReplace() 148 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace() 162 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument 165 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
|
D | strutil.h | 204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |