| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.elements/sentinel/ | 
| D | ctor.convert.pass.cpp | 20 struct Sent {  struct22   constexpr Sent() = default;  argument
 23   constexpr Sent(int ii) : i(ii) {}  in Sent()  function
 24   friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; }  in operator ==()
 
 | 
| D | ctor.base.pass.cpp | 18 struct Sent {  struct21   friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; }  in operator ==()
 
 | 
| D | base.pass.cpp | 19 struct Sent {  struct22   friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; }  in operator ==()
 
 | 
| D | equality.pass.cpp | 38 struct Sent {  struct45 struct CrossComparableSent {  argument
 63 using R                = Range<Sent>;  argument
 
 | 
| D | minus.pass.cpp | 47 struct Sent {  struct54 struct SizedSent {  argument
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.factories/range.iota.view/sentinel/ | 
| D | ctor.value.pass.cpp | 22     using Sent = std::ranges::sentinel_t<std::ranges::iota_view<int, IntSentinelWith<int>>>;  in test()  typedef28     using Sent = std::ranges::sentinel_t<std::ranges::iota_view<SomeInt, IntSentinelWith<SomeInt>>>;  in test()  typedef
 34     using Sent = std::ranges::sentinel_t<std::ranges::iota_view<SomeInt, IntSentinelWith<SomeInt>>>;  in test()  typedef
 
 | 
| D | ctor.default.pass.cpp | 20 …using Sent = std::ranges::sentinel_t<std::ranges::iota_view<Int42<DefaultTo42>, IntComparableWith<…  in test()  typedef
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/range.subrange/ | 
| D | get.pass.cpp | 32     using Sent = sentinel_wrapper<int*>;  in test()  typedef51     using Sent = sentinel_wrapper<int*>;  in test()  typedef
 71     using Sent = sentinel_wrapper<It>;  in test()  typedef
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take.while/sentinel/ | 
| D | ctor.convert.pass.cpp | 19 struct Sent {  struct21   constexpr Sent() = default;  argument
 22   constexpr Sent(int ii) : i(ii) {}  in Sent()  function
 
 | 
| D | ctor.default.pass.cpp | 16 struct Sent {  struct19   friend constexpr bool operator==(int*, const Sent& s) { return s.b; }  in operator ==()  argument
 
 | 
| D | ctor.base.pass.cpp | 19 struct Sent {  struct22   friend constexpr bool operator==(int* iter, const Sent& s) { return s.i > *iter; }  in operator ==()  argument
 
 | 
| D | equality.pass.cpp | 41 struct Sent {  struct48 struct CrossComparableSent {  argument
 66 using R                = Range<Sent>;  argument
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.elements/iterator/ | 
| D | base.pass.cpp | 78     struct Sent {  in test()  struct79       constexpr bool operator==(const MoveOnlyIter&) const { return true; }  in test()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/ | 
| D | range.pass.cpp | 50     using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>;  in test()  typedef63     using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>;  in test()  typedef
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.transform/ | 
| D | end.pass.cpp | 48     using Sent = decltype(sent);  in test()  typedef62     using Sent = decltype(sent);  in test()  typedef
 
 | 
| /external/rust/crates/quiche/src/recovery/ | 
| D | mod.rs | 319         &mut self, mut pkt: Sent, epoch: packet::Epoch,  in on_packet_sent()1004         &mut self, lost_bytes: usize, largest_lost_pkt: &Sent,  in on_packets_lost()
 1189 pub struct Sent {  struct
 1190     pub pkt_num: u64,
 1192     pub frames: SmallVec<[frame::Frame; 1]>,
 1217 impl std::fmt::Debug for Sent {  argument
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.unique/ | 
| D | ranges_unique_copy.pass.cpp | 183   using Sent = SentWrapper<InIter>;  in testUniqueCopyImpl()  typedef299     using Sent                               = sentinel_wrapper<InIter>;  in test()  typedef
 326     using Sent   = sentinel_wrapper<InIter>;  in test()  typedef
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/iterators.common/ | 
| D | ctor.sentinel.pass.cpp | 21   using Sent = sentinel_wrapper<It>;  in test()  typedef
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/ | 
| D | begin.pass.cpp | 37     using Sent = sentinel_wrapper<Iter>;  in testOne()  typedef42   using Sent  = sentinel_wrapper<Iter>;  in testOne()  typedef
 
 | 
| D | end.pass.cpp | 48     using Sent   = sentinel_wrapper<Iter>;  in test()  typedef
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.drop.while/ | 
| D | end.pass.cpp | 48     using Sent   = sentinel_wrapper<Iter>;  in test()  typedef
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.min.max/ | 
| D | ranges.min_element.pass.cpp | 76     using Sent = sentinel_wrapper<It>;  in test()  typedef86     using Sent = sentinel_wrapper<It>;  in test()  typedef
 
 | 
| D | ranges.max_element.pass.cpp | 76     using Sent = sentinel_wrapper<It>;  in test()  typedef86     using Sent = sentinel_wrapper<It>;  in test()  typedef
 
 | 
| D | ranges.minmax_element.pass.cpp | 75     using Sent = sentinel_wrapper<It>;  in test_iterators()  typedef87     using Sent = sentinel_wrapper<It>;  in test_iterators()  typedef
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/sentinel/ | 
| D | equal.pass.cpp | 22   using Sent      = sentinel_wrapper<Iter>;  in testOne()  typedef
 |