Home
last modified time | relevance | path

Searched defs:IterImpl (Results 1 – 5 of 5) 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 { implementation
24 impl Iterator for IterImpl { implementation
/external/rust/crates/proc-macro-hack/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
Dparse.rs127 fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result<IterImpl, Error> { in parse_group()
/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() argument
/external/rust/crates/serde_json/src/
Dmap.rs840 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef
842 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef