Home
last modified time | relevance | path

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

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