Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util_impl_helpers.h273 struct CharacterMatcher { struct
283 // Type deduction helper for CharacterMatcher. argument
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc708 struct CharacterMatcher { struct
709 BasicStringPiece<StringType> find_any_of_these;
711 size_t Find(const StringType& input, size_t pos) { in Find()
715 constexpr size_t MatchSize() { return 1; } in MatchSize()