Home
last modified time | relevance | path

Searched refs:all_titles (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/
Dbenchmark.rs350 id.ensure_title_unique(&c.all_titles); in run()
351 c.all_titles.insert(id.as_title().to_owned()); in run()
520 id.ensure_title_unique(&c.all_titles); in run()
521 c.all_titles.insert(id.as_title().to_owned()); in run()
Dbenchmark_group.rs300 id.ensure_title_unique(&self.criterion.all_titles); in run_bench()
301 self.criterion.all_titles.insert(id.as_title().to_owned()); in run_bench()
Dlib.rs372 all_titles: HashSet<String>, field
441 all_titles: HashSet::new(), in default()
475 all_titles: self.all_titles, in with_measurement()