Home
last modified time | relevance | path

Searched defs:Searcher (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dpattern.rs14 type Searcher = RegexSearcher<'r, 't>; types
/third_party/rust/crates/aho-corasick/src/packed/
H A Dapi.rs373 pub struct Searcher { structure names
386 impl Searcher { impls
[all...]
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs744 struct Searcher<'n> { structure names
819 impl<'n> Searcher<'n> { impls
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs18099 type Searcher = <&'b str as Pattern<'a>>::Searcher; types
[all...]

Completed in 48 milliseconds