Home
last modified time | relevance | path

Searched refs:find_any_of_these (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.cc179 std::basic_string_view<typename StringType::value_type> find_any_of_these,
637 std::basic_string_view<typename StringType::value_type> find_any_of_these; member
640 return input.find_first_of(find_any_of_these.data(), pos, in Find()
641 find_any_of_these.length()); in Find()
800 std::basic_string_view<typename StringType::value_type> find_any_of_these, in ReplaceCharsT() argument
808 output, 0, CharacterMatcher<StringType>{find_any_of_these}, replace_with, in ReplaceCharsT()