Searched refs:find_any_of_these (Results 1 - 1 of 1) sorted by relevance
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 197 std::basic_string_view<typename StringType::value_type> find_any_of_these, 630 std::basic_string_view<typename StringType::value_type> find_any_of_these; member 633 return input.find_first_of(find_any_of_these.data(), pos, in Find() 634 find_any_of_these.length()); in Find() 793 std::basic_string_view<typename StringType::value_type> find_any_of_these, in ReplaceCharsT() 801 output, 0, CharacterMatcher<StringType>{find_any_of_these}, replace_with, in ReplaceCharsT() 791 ReplaceCharsT( const StringType& input, std::basic_string_view<typename StringType::value_type> find_any_of_these, std::basic_string_view<typename StringType::value_type> replace_with, StringType* output) ReplaceCharsT() argument
|
Completed in 4 milliseconds