Searched refs:ReplaceChars (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil_unittest.cc | 839 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 D | string_util.h | 138 bool ReplaceChars(const std::u16string& input, 142 bool ReplaceChars(const std::string& input,
|
H A D | string_util.cc | 201 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 D | ninja_action_target_writer.cc | 139 base::ReplaceChars(custom_rule_name, ":/()+", "_", &custom_rule_name); in WriteRuleDefinition()
|
H A D | ninja_create_bundle_target_writer.cc | 116 base::ReplaceChars(custom_rule_name, ":/()", "_", &custom_rule_name); in WritePostProcessingRuleDefinition()
|
Completed in 5 milliseconds