Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/
Dmemchr.rs432 pub struct Memchr3<'h> { struct
439 impl<'h> Memchr3<'h> { impl
461 impl<'h> Iterator for Memchr3<'h> { implementation
482 impl<'h> DoubleEndedIterator for Memchr3<'h> { implementation
496 impl<'h> core::iter::FusedIterator for Memchr3<'h> {} implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/
H A Dmemchr.rs432 pub struct Memchr3<'h> { struct
439 impl<'h> Memchr3<'h> { argument
461 impl<'h> Iterator for Memchr3<'h> { implementation
482 impl<'h> DoubleEndedIterator for Memchr3<'h> { implementation
496 impl<'h> core::iter::FusedIterator for Memchr3<'h> {} implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/prefilter/
H A Dmemchr.rs127 pub(crate) struct Memchr3(u8, u8, u8); struct
129 impl Memchr3 { impl
133 ) -> Option<Memchr3> { in new()
154 impl PrefilterI for Memchr3 { implementation
H A Dmod.rs549 Memchr3(Memchr3), enumerator