Searched defs:StringReplace (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | str_util_test.cc | 400 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
|
D | str_util.cc | 332 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() function
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 61 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/ |
D | tfprof_utils.cc | 68 string StringReplace(const string& str, const string& oldsub, in StringReplace() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_gen_lib.cc | 250 static void StringReplace(const string& from, const string& to, string* s) { in StringReplace() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 131 void StringReplace(const string& s, const string& oldsub, in StringReplace() function 162 string StringReplace(const string& s, const string& oldsub, in StringReplace() function
|