Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dstr_util.cc139 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() argument
146 res.replace(pos, oldsub.size(), newsub.data(), newsub.size()); in StringReplace()
147 pos += newsub.size(); in StringReplace()
Dstr_util.h101 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.h42 const string& newsub);
Dtfprof_utils.cc71 const string& newsub) { in StringReplace() argument
73 RE2::GlobalReplace(&out, oldsub, newsub); in StringReplace()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc149 const string& newsub, bool replace_all, in StringReplace() argument
164 res->append(newsub); in StringReplace()
180 const string& newsub, bool replace_all) { in StringReplace() argument
182 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h208 const string& newsub, bool replace_all);