Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; types
46 const AC_STANDARD_NON_OVERLAPPING: TestCollection =
50 const AC_STANDARD_ANCHORED_NON_OVERLAPPING: TestCollection =
54 const AC_STANDARD_OVERLAPPING: TestCollection =
58 const AC_STANDARD_ANCHORED_OVERLAPPING: TestCollection =
62 const AC_LEFTMOST_FIRST: TestCollection =
66 const AC_LEFTMOST_FIRST_ANCHORED: TestCollection = &[
74 const AC_LEFTMOST_LONGEST: TestCollection =
78 const AC_LEFTMOST_LONGEST_ANCHORED: TestCollection = &[
1026 which: TestCollection, in run_search_tests()
[all...]

Completed in 2 milliseconds