Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/memmem/
Dsearcher.rs926 fn is_effective(&mut self) -> bool { in is_effective() method
978 pub(crate) fn is_effective(&mut self) -> bool { in is_effective() method
/external/rust/android-crates-io/crates/memchr/src/memmem/
Dsearcher.rs926 fn is_effective(&mut self) -> bool { in is_effective() method
978 pub(crate) fn is_effective(&mut self) -> bool { in is_effective() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/memmem/
Dsearcher.rs926 fn is_effective(&mut self) -> bool { in is_effective() method
978 pub(crate) fn is_effective(&mut self) -> bool { in is_effective() method
/external/rust/android-crates-io/crates/aho-corasick/src/
Dprefilter.rs247 pub fn is_effective(&mut self, at: usize) -> bool { in is_effective() method