Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs119 pub fn never1(&self) -> Option<Search1> { in never1()
141 pub fn rare1(&self) -> Option<Search1> { in rare1()
163 pub fn uncommon1(&self) -> Option<Search1> { in uncommon1()
185 pub fn common1(&self) -> Option<Search1> { in common1()
207 pub fn verycommon1(&self) -> Option<Search1> { in verycommon1()
229 pub fn supercommon1(&self) -> Option<Search1> { in supercommon1()
254 pub struct Search1 { struct
261 impl Search1 { impl
265 ) -> Option<Search1> { in new()
Dmod.rs774 bench: impl FnMut(Search1, &mut Bencher<'_>) + Clone + 'static, in define_memchr_input1()