Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/packed/
Dtests.rs110 type TestCollection = &'static [&'static [SearchTest]]; typedef
542 fn run_search_tests<F: FnMut(&SearchTestOwned) -> Vec<Match>>( in run_search_tests()
/third_party/rust/crates/aho-corasick/src/
Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
1025 fn run_search_tests<F: FnMut(&SearchTest) -> Vec<Match>>( in run_search_tests()