Home
last modified time | relevance | path

Searched defs:StringReplace (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util_test.cc400 TEST(StringReplace, Basic) { in TEST() argument
405 TEST(StringReplace, OnlyFirst) { in TEST() argument
410 TEST(StringReplace, IncreaseLength) { in TEST() argument
415 TEST(StringReplace, IncreaseLengthMultipleMatches) { in TEST() argument
420 TEST(StringReplace, NoChange) { in TEST() argument
425 TEST(StringReplace, EmptyStringReplaceFirst) { in TEST() argument
429 TEST(StringReplace, EmptyStringReplaceAll) { in TEST() argument
Dstr_util.cc332 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() function
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h61 inline grpc::string StringReplace(grpc::string str, const grpc::string& from, in StringReplace() function
77 inline grpc::string StringReplace(grpc::string str, const grpc::string& from, in StringReplace() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc68 string StringReplace(const string& str, const string& oldsub, in StringReplace() function
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc250 static void StringReplace(const string& from, const string& to, string* s) { in StringReplace() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc131 void StringReplace(const string& s, const string& oldsub, in StringReplace() function
162 string StringReplace(const string& s, const string& oldsub, in StringReplace() function