Searched defs:Memchr2 (Results 1 – 4 of 4) sorted by relevance
364 pub struct Memchr2<'h> { struct370 impl<'h> Memchr2<'h> { impl386 impl<'h> Iterator for Memchr2<'h> { implementation405 impl<'h> DoubleEndedIterator for Memchr2<'h> { implementation419 impl<'h> core::iter::FusedIterator for Memchr2<'h> {} implementation
364 pub struct Memchr2<'h> { struct370 impl<'h> Memchr2<'h> { implementation386 impl<'h> Iterator for Memchr2<'h> { implementation405 impl<'h> DoubleEndedIterator for Memchr2<'h> { implementation419 impl<'h> core::iter::FusedIterator for Memchr2<'h> {} implementation
66 pub(crate) struct Memchr2(u8, u8); struct68 impl Memchr2 { implementation72 ) -> Option<Memchr2> { in new()92 impl PrefilterI for Memchr2 { implementation
548 Memchr2(Memchr2), enumerator