Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/utils/
Dstring_test.cc23 TEST(StringTest, ReplaceAll) { in TEST() argument
Dstring.h27 inline std::string ReplaceAll(std::string str, in ReplaceAll() function
/third_party/vk-gl-cts/external/amber/src/src/
Dvirtual_file_store.cc28 std::string ReplaceAll(std::string str, 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/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp26 std::string ReplaceAll(std::string str, 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