Home
last modified time | relevance | path

Searched defs:nth_back (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs1426 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1608 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1619 let nth_back = &self.v[start..end]; in nth_back() localVariable
1785 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1970 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1978 let nth_back = &self.v[start..end]; in nth_back() localVariable
2133 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2284 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2404 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2522 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs1407 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1585 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1596 let nth_back = &self.v[start..end]; in nth_back() localVariable
1762 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1944 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1952 let nth_back = &self.v[start..end]; in nth_back() localVariable
2107 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2254 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2371 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2489 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs1426 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1608 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1619 let nth_back = &self.v[start..end]; in nth_back() localVariable
1785 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1970 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1978 let nth_back = &self.v[start..end]; in nth_back() localVariable
2133 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2284 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2404 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2522 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs1426 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1608 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1619 let nth_back = &self.v[start..end]; in nth_back() localVariable
1785 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1970 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1978 let nth_back = &self.v[start..end]; in nth_back() localVariable
2133 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2284 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2404 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2522 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs1407 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1585 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1596 let nth_back = &self.v[start..end]; in nth_back() localVariable
1762 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1944 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1952 let nth_back = &self.v[start..end]; in nth_back() localVariable
2107 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2254 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2371 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2489 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfuse.rs137 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
254 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
318 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
397 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
H A Dstep_by.rs114 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
368 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
391 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfuse.rs137 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
254 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
318 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
397 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
H A Dstep_by.rs114 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
368 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
391 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfuse.rs137 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
254 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
318 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
397 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
H A Dstep_by.rs114 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
368 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
391 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfuse.rs137 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
254 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
318 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
397 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
H A Dstep_by.rs114 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
368 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
391 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dfuse.rs137 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
254 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
318 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
397 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
H A Dstep_by.rs114 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
368 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
391 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Ddouble_ended.rs191 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
380 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Ddouble_ended.rs191 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
380 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Ddouble_ended.rs191 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
380 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Ddouble_ended.rs191 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
380 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Ddouble_ended.rs191 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
380 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs128 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
236 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs128 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
236 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs128 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
236 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
/aosp_15_r20/external/rust/android-crates-io/crates/either/src/
Diterator.rs144 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
281 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/sources/
H A Drepeat.rs124 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method

1234