Searched defs:StringReplace (Results 1 – 5 of 5) sorted by relevance
/third_party/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
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/ |
D | yuv_scaler_para_set.cc | 37 void StringReplace(std::string *str_big, const std::string &str_src, const std::string &str_dst) { in StringReplace() function
|
/third_party/gn/src/gn/ |
D | functions_unittest.cc | 263 TEST(Functions, StringReplace) { in TEST() argument
|
/third_party/cef/tests/cefclient/browser/ |
D | test_runner.cc | 60 std::string StringReplace(const std::string& str, in StringReplace() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 132 void StringReplace(const string& s, const string& oldsub, in StringReplace() function 163 string StringReplace(const string& s, const string& oldsub, in StringReplace() function
|