Home
last modified time | relevance | path

Searched refs:ReplaceChars (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil_unittest.cc839 class ReplaceChars : public ::testing::TestWithParam< class
842 TEST_P(ReplaceChars, ReplacesAllOccurencesOfAnyCharInReplaceWithAReplaceChar) { in TEST_P()
852 Replace, ReplaceChars,
/third_party/gn/src/base/strings/
H A Dstring_util.h138 bool ReplaceChars(const std::u16string& input,
142 bool ReplaceChars(const std::string& input,
H A Dstring_util.cc201 bool ReplaceChars(const std::u16string& input, in ReplaceChars() function
209 bool ReplaceChars(const std::string& input, in ReplaceChars() function
645 // implementation for both ReplaceChars() and ReplaceSubstringsAfterOffset().
/third_party/gn/src/gn/
H A Dninja_action_target_writer.cc139 base::ReplaceChars(custom_rule_name, ":/()+", "_", &custom_rule_name); in WriteRuleDefinition()
H A Dninja_create_bundle_target_writer.cc116 base::ReplaceChars(custom_rule_name, ":/()", "_", &custom_rule_name); in WritePostProcessingRuleDefinition()

Completed in 5 milliseconds