Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/
Druntime.rs21 pub struct HasIterator; // True struct
32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
41 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
46 impl BitOr<HasIterator> for HasIterator { implementation
48 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/
H A Druntime.rs21 pub struct HasIterator; // True struct
32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
41 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
46 impl BitOr<HasIterator> for HasIterator { implementation
48 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtypename-specifier-4.cpp154 struct HasIterator { struct
155 typedef int *iterator; // expected-note{{target of using declaration}}