/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A 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
|
H A D | str_util.cc | 139 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | generator_helpers.h | 62 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function 78 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | generator_helpers.h | 62 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function 78 inline std::string StringReplace(std::string str, const std::string& from, in StringReplace() function
|
/aosp_15_r20/system/libbase/ |
H A D | strings.cpp | 123 std::string StringReplace(std::string_view s, std::string_view from, std::string_view to, in StringReplace() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_utils.cc | 70 string StringReplace(const string& str, const string& oldsub, in StringReplace() function
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | StringUtils.cpp | 186 std::string StringReplace(std::string_view s, in StringReplace() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_gen_lib.cc | 253 static void StringReplace(const string& from, const string& to, string* s) { in StringReplace() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 132 void StringReplace(const std::string &s, const std::string &oldsub, in StringReplace() function 163 std::string StringReplace(const std::string &s, const std::string &oldsub, in StringReplace() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 132 void StringReplace(const std::string &s, const std::string &oldsub, in StringReplace() function 163 std::string StringReplace(const std::string &s, const std::string &oldsub, in StringReplace() function
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | cstring_view_unittest.cc | 1009 TEST(CStringViewTest, StringReplace) { in TEST() argument
|