Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dstr_util_test.cc338 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
Dstr_util.cc139 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/rust/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h61 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/
Dtfprof_utils.cc70 string StringReplace(const string& str, const string& oldsub, in StringReplace() function
/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc73 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/
Dop_gen_lib.cc252 static void StringReplace(const string& from, const string& to, string* s) { in StringReplace() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc148 void StringReplace(const string& s, const string& oldsub, in StringReplace() function
179 string StringReplace(const string& s, const string& oldsub, in StringReplace() function