Home
last modified time | relevance | path

Searched defs:IterNames (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/
Diter.rs67 pub struct IterNames<B: 'static> { struct
74 impl<B: Flags> IterNames<B> { argument
85 impl<B: 'static> IterNames<B> { impl
107 impl<B: Flags> Iterator for IterNames<B> { implementation
Dtraits.rs411 type IterNames: Iterator<Item = (&'static str, Self)>; typedef
417 type IterNames = iter::IterNames<Self>; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/
H A Diter.rs67 pub struct IterNames<B: 'static> { struct
74 impl<B: Flags> IterNames<B> { argument
85 impl<B: 'static> IterNames<B> { impl
107 impl<B: Flags> Iterator for IterNames<B> { implementation
H A Dtraits.rs411 type IterNames: Iterator<Item = (&'static str, Self)>; typedef
417 type IterNames = iter::IterNames<Self>; typedef