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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.h 41 string StringReplace(const string& str, const string& oldsub,
tfprof_utils.cc 68 string StringReplace(const string& str, const string& oldsub,
71 RE2::GlobalReplace(&out, oldsub, newsub);
  /external/tensorflow/tensorflow/core/lib/strings/
str_util.cc 329 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
335 while ((pos = res.find(oldsub.data(), pos, oldsub.size())) != string::npos) {
336 res.replace(pos, oldsub.size(), newsub.data(), newsub.size());
338 if (oldsub.empty()) {
str_util.h 100 // (if replace_all is true) of oldsub in s with newsub.
101 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 131 void StringReplace(const string& s, const string& oldsub,
134 if (oldsub.empty()) {
142 pos = s.find(oldsub, start_pos);
148 start_pos = pos + oldsub.size(); // start searching again after the "old"
162 string StringReplace(const string& s, const string& oldsub,
165 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]
strutil.h 204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 

Completed in 111 milliseconds