Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/src/memmem/prefilter/
Dmod.rs257 pub(crate) fn is_effective(&mut self) -> bool { in is_effective() method
/third_party/rust/crates/aho-corasick/src/
Dprefilter.rs247 pub fn is_effective(&mut self, at: usize) -> bool { in is_effective() method