Searched defs:one_of (Results 1 - 3 of 3) sorted by relevance
/third_party/gn/src/base/strings/ |
H A D | string_split.cc | 41 FindFirstOf(std::string_view piece, std::string_view one_of, size_t pos) FindFirstOf() argument 46 FindFirstOf(std::u16string_view piece, std::u16string_view one_of, size_t pos) FindFirstOf() argument
|
/third_party/rust/crates/nom/src/character/ |
H A D | streaming.rs | 90 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() functions
|
H A D | complete.rs | 89 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() functions
|
Completed in 5 milliseconds