Searched defs:TwoIter (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/memchr/src/arch/wasm32/simd128/ |
| D | memchr.rs | 625 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/ |
| D | memchr.rs | 631 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/ |
| D | memchr.rs | 662 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/ |
| D | memchr.rs | 855 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/ |
| D | memchr.rs | 568 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
|