Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dgenerator_helpers.h62 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
/third_party/gn/src/gn/
Dfunctions_unittest.cc279 TEST(Functions, StringReplace) { in TEST() argument