Home
last modified time | relevance | path

Searched refs:define_aho_corasick (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/aho-corasick/bench/src/
H A Dsherlock.rs3 use crate::define_aho_corasick;
78 define_aho_corasick(c, "sherlock", bench_name, SHERLOCK, count, patterns); in define_sherlock()
H A Dsame.rs3 use crate::define_aho_corasick;
36 define_aho_corasick( in define_same()
H A Drandom.rs4 use crate::{define_aho_corasick, define_aho_corasick_dfa};
184 define_aho_corasick(c, "random", bench_name, RANDOM, count, patterns); in define_random()
H A Dbench.rs23 fn define_aho_corasick<B: AsRef<[u8]>>( in define_aho_corasick() functions

Completed in 2 milliseconds