Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbencher.rs185 pub fn iter_with_large_drop<O, R>(&mut self, mut routine: R) in iter_with_large_drop() method
552 pub fn iter_with_large_drop<O, R, F>(&mut self, mut routine: R) in iter_with_large_drop() method
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/benchmarks/
Dmod.rs4 pub mod iter_with_large_drop; module