Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/iter/traits/
Ddouble_ended.rs190 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
379 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method
/third_party/rust/rust/library/core/src/iter/adapters/
Dfuse.rs130 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
247 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back() method
311 default fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
390 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back() function
Dby_ref_sized.rs71 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
Dstep_by.rs105 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
346 fn nth_back<I: DoubleEndedIterator>( in spec_try_rfold() function
369 fn nth_back<I: DoubleEndedIterator>( in spec_rfold() function
Drev.rs92 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> { in nth_back() function
Dchain.rs203 fn nth_back(&mut self, mut n: usize) -> Option<Self::Item> { in nth_back() function
Dskip.rs169 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() function
Dtake.rs171 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() function
Denumerate.rs156 fn nth_back(&mut self, n: usize) -> Option<(usize, <I as Iterator>::Item)> { in nth_back() function
/third_party/rust/rust/library/core/src/iter/sources/
Drepeat.rs120 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
Drepeat_n.rs188 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
/third_party/rust/rust/library/core/src/slice/
Diter.rs1392 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1570 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1581 let nth_back = &self.v[start..end]; in nth_back() localVariable
1747 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1929 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
1937 let nth_back = &self.v[start..end]; in nth_back() localVariable
2092 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2239 fn nth_back(&mut self, n: usize) -> Option<&'a [T; N]> { in nth_back() method
2356 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
2474 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
[all …]
/third_party/flatbuffers/rust/flatbuffers/src/
Dvector.rs260 fn nth_back(&mut self, n: usize) -> Option<T::Inner> { in nth_back() method
/third_party/rust/rust/library/core/src/iter/
Drange.rs830 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
1197 fn nth_back(&mut self, n: usize) -> Option<A> { in nth_back() method
/third_party/rust/rust/library/core/src/str/
Diter.rs316 fn nth_back(&mut self, n: usize) -> Option<Self::Item> { in nth_back() method
/third_party/rust/rust/library/alloc/src/
Dboxed.rs1971 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back() method