Searched defs:StringReplace (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | str_util_test.cc | 338 TEST(StringReplace, Basic) { in TEST() argument 343 TEST(StringReplace, OnlyFirst) { in TEST() argument 348 TEST(StringReplace, IncreaseLength) { in TEST() argument 353 TEST(StringReplace, IncreaseLengthMultipleMatches) { in TEST() argument 358 TEST(StringReplace, NoChange) { in TEST() argument 363 TEST(StringReplace, EmptyStringReplaceFirst) { in TEST() argument 367 TEST(StringReplace, EmptyStringReplaceAll) { in TEST() argument
|
D | str_util.cc | 139 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/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | generator_helpers.h | 61 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function 77 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.cc | 70 string StringReplace(const string& str, const string& oldsub, in StringReplace() function
|
/external/flatbuffers/grpc/src/compiler/ |
D | python_generator.cc | 73 inline grpc::string StringReplace(grpc::string str, const grpc::string& from, in StringReplace() function 89 inline grpc::string StringReplace(grpc::string str, const grpc::string& from, in StringReplace() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_gen_lib.cc | 252 static void StringReplace(const string& from, const string& to, string* s) { in StringReplace() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 148 void StringReplace(const string& s, const string& oldsub, in StringReplace() function 179 string StringReplace(const string& s, const string& oldsub, in StringReplace() function
|