Home
last modified time | relevance | path

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

/external/rust/crates/rustversion/src/
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
/external/clang/test/Analysis/inlining/
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() function
/external/rust/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
/external/rust/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