Home
last modified time | relevance | path

Searched defs:spec_fold (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs255 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
265 default fn spec_fold<B, F>(mut self, init: B, f: F) -> B in spec_fold() method
297 fn spec_fold<B, F>(mut self, init: B, mut f: F) -> B in spec_fold() method
H A Dzip.rs644 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
653 default fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
667 fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
H A Dstep_by.rs183 fn spec_fold<Acc, F>(self, acc: Acc, f: F) -> Acc in spec_fold() method
321 default fn spec_fold<Acc, F>(mut self, mut acc: Acc, mut f: F) -> Acc in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs255 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
265 default fn spec_fold<B, F>(mut self, init: B, f: F) -> B in spec_fold() method
297 fn spec_fold<B, F>(mut self, init: B, mut f: F) -> B in spec_fold() method
H A Dzip.rs644 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
653 default fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
667 fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
H A Dstep_by.rs183 fn spec_fold<Acc, F>(self, acc: Acc, f: F) -> Acc in spec_fold() method
321 default fn spec_fold<Acc, F>(mut self, mut acc: Acc, mut f: F) -> Acc in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs255 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
265 default fn spec_fold<B, F>(mut self, init: B, f: F) -> B in spec_fold() method
297 fn spec_fold<B, F>(mut self, init: B, mut f: F) -> B in spec_fold() method
H A Dzip.rs644 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
653 default fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
667 fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
H A Dstep_by.rs183 fn spec_fold<Acc, F>(self, acc: Acc, f: F) -> Acc in spec_fold() method
321 default fn spec_fold<Acc, F>(mut self, mut acc: Acc, mut f: F) -> Acc in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs255 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
265 default fn spec_fold<B, F>(mut self, init: B, f: F) -> B in spec_fold() method
297 fn spec_fold<B, F>(mut self, init: B, mut f: F) -> B in spec_fold() method
H A Dzip.rs644 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
653 default fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
667 fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
H A Dstep_by.rs183 fn spec_fold<Acc, F>(self, acc: Acc, f: F) -> Acc in spec_fold() method
321 default fn spec_fold<Acc, F>(mut self, mut acc: Acc, mut f: F) -> Acc in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs255 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
265 default fn spec_fold<B, F>(mut self, init: B, f: F) -> B in spec_fold() method
297 fn spec_fold<B, F>(mut self, init: B, mut f: F) -> B in spec_fold() method
H A Dzip.rs644 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
653 default fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
667 fn spec_fold<Acc, F>(mut self, init: Acc, mut f: F) -> Acc in spec_fold() method
H A Dstep_by.rs183 fn spec_fold<Acc, F>(self, acc: Acc, f: F) -> Acc in spec_fold() method
321 default fn spec_fold<Acc, F>(mut self, mut acc: Acc, mut f: F) -> Acc in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs4138 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
4149 default fn spec_fold<B, F>(self, init: B, mut f: F) -> B in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs4137 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
4148 default fn spec_fold<B, F>(self, init: B, mut f: F) -> B in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs4137 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
4148 default fn spec_fold<B, F>(self, init: B, mut f: F) -> B in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs4138 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
4149 default fn spec_fold<B, F>(self, init: B, mut f: F) -> B in spec_fold() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Diterator.rs4138 fn spec_fold<B, F>(self, init: B, f: F) -> B in spec_fold() method
4149 default fn spec_fold<B, F>(self, init: B, mut f: F) -> B in spec_fold() method