Searched refs:def_all_impls (Results 1 – 1 of 1) sorted by relevance
/third_party/rust/crates/memchr/bench/src/memmem/ |
D | mod.rs | 156 macro_rules! def_all_impls { in oneshot() macro 170 def_all_impls!(inp, q, "never"); in oneshot() 173 def_all_impls!(inp, q, "rare"); in oneshot() 176 def_all_impls!(inp, q, "common"); in oneshot() 224 macro_rules! def_all_impls { in prebuilt() macro 238 def_all_impls!(inp, q, "never"); in prebuilt() 241 def_all_impls!(inp, q, "rare"); in prebuilt() 244 def_all_impls!(inp, q, "common"); in prebuilt() 292 macro_rules! def_all_impls { in oneshot_iter() macro 306 def_all_impls!(inp, q, "never"); in oneshot_iter() [all …]
|