Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs127 pub fn never3(&self) -> Option<Search3> { in never3()
149 pub fn rare3(&self) -> Option<Search3> { in rare3()
171 pub fn uncommon3(&self) -> Option<Search3> { in uncommon3()
193 pub fn common3(&self) -> Option<Search3> { in common3()
215 pub fn verycommon3(&self) -> Option<Search3> { in verycommon3()
237 pub fn supercommon3(&self) -> Option<Search3> { in supercommon3()
300 pub struct Search3 { struct
311 impl Search3 { argument
315 ) -> Option<Search3> { in new()
Dmod.rs822 bench: impl FnMut(Search3, &mut Bencher<'_>) + Clone + 'static, in define_memchr_input3()