Home
last modified time | relevance | path

Searched refs:no_function_with_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark_group.rs464 pub(crate) fn no_function_with_input<P: ::std::fmt::Display>(parameter: P) -> BenchmarkId { in no_function_with_input() method
Dlib.rs1191 BenchmarkId::no_function_with_input(parameter), in bench_with_input()