Home
last modified time | relevance | path

Searched defs:spec_next_back (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/iter/
Drange.rs527 fn spec_next_back(&mut self) -> Option<Self::Item>; in spec_next_back() method
577 default fn spec_next_back(&mut self) -> Option<A> { in spec_next_back() method
665 fn spec_next_back(&mut self) -> Option<T> { in spec_next_back() method
907 fn spec_next_back(&mut self) -> Option<Self::Item>; in spec_next_back() method
964 default fn spec_next_back(&mut self) -> Option<A> { in spec_next_back() method
1056 fn spec_next_back(&mut self) -> Option<T> { in spec_next_back() method
/third_party/rust/rust/library/core/src/iter/adapters/
Dstep_by.rs184 fn spec_next_back(&mut self) -> Option<Self::Item> in spec_next_back() method
326 default fn spec_next_back(&mut self) -> Option<Self::Item> { in spec_next_back() method