Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs90 use crate::memmem::proptests;
94 proptests::prefix_is_substring(false, &bs, $fwd) in qc_fwd_prefix_is_substring()
98 proptests::suffix_is_substring(false, &bs, $fwd) in qc_fwd_suffix_is_substring()
105 proptests::matches_naive(false, &haystack, &needle, $fwd) in qc_fwd_matches_naive()
109 proptests::prefix_is_substring(true, &bs, $rev) in qc_rev_prefix_is_substring()
113 proptests::suffix_is_substring(true, &bs, $rev) in qc_rev_suffix_is_substring()
120 proptests::matches_naive(true, &haystack, &needle, $rev) in qc_rev_matches_naive()
1138 mod proptests { modules
H A Drabinkarp.rs231 mod proptests { modules

Completed in 3 milliseconds