Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs123 pub fn never2(&self) -> Option<Search2> { in never2()
145 pub fn rare2(&self) -> Option<Search2> { in rare2()
167 pub fn uncommon2(&self) -> Option<Search2> { in uncommon2()
189 pub fn common2(&self) -> Option<Search2> { in common2()
211 pub fn verycommon2(&self) -> Option<Search2> { in verycommon2()
233 pub fn supercommon2(&self) -> Option<Search2> { in supercommon2()
276 pub struct Search2 { struct
285 impl Search2 { implementation
289 ) -> Option<Search2> { in new()
Dmod.rs798 bench: impl FnMut(Search2, &mut Bencher<'_>) + Clone + 'static, in define_memchr_input2()