Home
last modified time | relevance | path

Searched defs:TwoIter (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/memchr/src/arch/wasm32/simd128/
Dmemchr.rs625 pub struct TwoIter<'a, 'h> { struct
630 impl<'a, 'h> Iterator for TwoIter<'a, 'h> { argument
647 impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> { implementation
657 impl<'a, 'h> core::iter::FusedIterator for TwoIter<'a, 'h> {} implementation
/external/rust/crates/memchr/src/arch/aarch64/neon/
Dmemchr.rs631 pub struct TwoIter<'a, 'h> { struct
636 impl<'a, 'h> Iterator for TwoIter<'a, 'h> { argument
653 impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> { implementation
663 impl<'a, 'h> core::iter::FusedIterator for TwoIter<'a, 'h> {} implementation
/external/rust/crates/memchr/src/arch/x86_64/sse2/
Dmemchr.rs662 pub struct TwoIter<'a, 'h> { struct
667 impl<'a, 'h> Iterator for TwoIter<'a, 'h> { argument
684 impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> { implementation
694 impl<'a, 'h> core::iter::FusedIterator for TwoIter<'a, 'h> {} implementation
/external/rust/crates/memchr/src/arch/x86_64/avx2/
Dmemchr.rs855 pub struct TwoIter<'a, 'h> { struct
860 impl<'a, 'h> Iterator for TwoIter<'a, 'h> { implementation
877 impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> { implementation
887 impl<'a, 'h> core::iter::FusedIterator for TwoIter<'a, 'h> {} implementation
/external/rust/crates/memchr/src/arch/all/
Dmemchr.rs568 pub struct TwoIter<'a, 'h> { struct
575 impl<'a, 'h> Iterator for TwoIter<'a, 'h> { argument
592 impl<'a, 'h> DoubleEndedIterator for TwoIter<'a, 'h> { implementation