Home
last modified time | relevance | path

Searched defs:MapInit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dmap_with.rs346 pub struct MapInit<I: ParallelIterator, INIT, F> { struct
352 impl<I: ParallelIterator + Debug, INIT, F> Debug for MapInit<I, INIT, F> { implementation
358 impl<I, INIT, F> MapInit<I, INIT, F> implementation
368 impl<I, INIT, T, F, R> ParallelIterator for MapInit<I, INIT, F> implementation
390 impl<I, INIT, T, F, R> IndexedParallelIterator for MapInit<I, INIT, F> implementation
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c505 } MapInit; typedef
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c505 } MapInit; typedef