Home
last modified time | relevance | path

Searched defs:ReplaceAll (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/tint/src/utils/
Dstring.h27 inline std::string ReplaceAll(std::string str, in ReplaceAll() function
Dstring_test.cc23 TEST(StringTest, ReplaceAll) { in TEST() argument
/third_party/grpc/src/compiler/
Dphp_generator_helpers.h36 inline std::string ReplaceAll(std::string s, const std::string& search, in ReplaceAll() function
Druby_generator_string-inl.h63 inline std::string ReplaceAll(std::string s, const std::string& search, in ReplaceAll() function
/third_party/skia/third_party/externals/tint/src/
Dclone_context.h276 ReplaceAll(F&& replacer) { in ReplaceAll() function
308 CloneContext& ReplaceAll(const SymbolTransform& replacer) { in ReplaceAll() function
/third_party/mindspore/mindspore/lite/tools/common/
Dflag_parser.cc137 void ReplaceAll(std::string *str, const std::string &oldValue, const std::string &newValue) { in ReplaceAll() function
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dstring_util.cc163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dsbu_op.cc225 Status SBUOp::ReplaceAll(std::string *str, const std::string &from, const std::string &to) { in ReplaceAll() function in mindspore::dataset::SBUOp
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp26 std::string ReplaceAll(std::string str, in ReplaceAll() function
/third_party/mindspore/mindspore/ccsrc/debug/
Ddraw.cc385 static std::string ReplaceAll(std::string str, const std::string &from, const std::string &to) { in ReplaceAll() function
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc504 string ReplaceAll(const string& input, const string& pattern, in ReplaceAll() function
/third_party/json/third_party/cpplint/
Dcpplint.py798 def ReplaceAll(pattern, rep, s): function