Home
last modified time | relevance | path

Searched defs:IterImpl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustversion/src/
Diter.rs5 pub struct IterImpl { struct
10 pub fn new(tokens: TokenStream) -> IterImpl { in new()
17 impl IterImpl { implementation
24 impl Iterator for IterImpl { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/
H A Diter.rs5 pub struct IterImpl { struct
10 pub fn new(tokens: TokenStream) -> IterImpl { in new()
17 impl IterImpl { impl
24 impl Iterator for IterImpl { implementation
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp173 struct IterImpl { struct in BeginOnlySet
174 MySet::iterator impl;
175 typedef std::forward_iterator_tag iterator_category;
177 IterImpl(MySet::iterator i) : impl(i) { in IterImpl() argument
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dmap.rs527 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef
529 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dmap.rs844 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef
846 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dmap.rs893 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef
895 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dmap.rs893 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef
895 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef