/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/sentinel/ |
H A D | ctor.convert.pass.cpp | 20 struct Sent { struct 22 constexpr Sent() = default; argument 23 constexpr Sent(int ii) : i(ii) {} in Sent() argument 24 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
|
H A D | ctor.base.pass.cpp | 18 struct Sent { struct 21 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
|
H A D | base.pass.cpp | 19 struct Sent { struct 22 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
|
H A D | equality.pass.cpp | 38 struct Sent { struct 45 struct CrossComparableSent { argument 63 using R = Range<Sent>; argument
|
H A D | minus.pass.cpp | 47 struct Sent { struct 54 struct SizedSent { argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.take.while/sentinel/ |
H A D | ctor.convert.pass.cpp | 19 struct Sent { struct 21 constexpr Sent() = default; argument 22 constexpr Sent(int ii) : i(ii) {} in Sent() argument
|
H A D | equality.pass.cpp | 41 struct Sent { struct 48 struct CrossComparableSent { argument 66 using R = Range<Sent>; argument
|
H A D | ctor.default.pass.cpp | 16 struct Sent { struct 19 friend constexpr bool operator==(int*, const Sent& s) { return s.b; } in operator ==() argument
|
H A D | ctor.base.pass.cpp | 19 struct Sent { struct 22 friend constexpr bool operator==(int* iter, const Sent& s) { return s.i > *iter; } in operator ==() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/sentinel/ |
H A D | ctor.value.pass.cpp | 22 using Sent = std::ranges::sentinel_t<std::ranges::iota_view<int, IntSentinelWith<int>>>; in test() typedef 28 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
|
H A D | ctor.default.pass.cpp | 20 …using Sent = std::ranges::sentinel_t<std::ranges::iota_view<Int42<DefaultTo42>, IntComparableWith<… in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.utility/range.subrange/ |
H A D | get.pass.cpp | 32 using Sent = sentinel_wrapper<int*>; in test() typedef 51 using Sent = sentinel_wrapper<int*>; in test() typedef 71 using Sent = sentinel_wrapper<It>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.unique/ |
H A D | ranges_unique_copy.pass.cpp | 183 using Sent = SentWrapper<InIter>; in testUniqueCopyImpl() typedef 299 using Sent = sentinel_wrapper<InIter>; in test() typedef 326 using Sent = sentinel_wrapper<InIter>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/iterator/ |
H A D | base.pass.cpp | 78 struct Sent { in test() struct 79 constexpr bool operator==(const MoveOnlyIter&) const { return true; } in test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/ |
H A D | range.pass.cpp | 50 using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>; in test() typedef 63 using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.transform/ |
H A D | end.pass.cpp | 48 using Sent = decltype(sent); in test() typedef 62 using Sent = decltype(sent); in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.split/ |
H A D | begin.pass.cpp | 37 using Sent = sentinel_wrapper<Iter>; in testOne() typedef 42 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
|
H A D | end.pass.cpp | 48 using Sent = sentinel_wrapper<Iter>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | ranges.max_element.pass.cpp | 76 using Sent = sentinel_wrapper<It>; in test() typedef 86 using Sent = sentinel_wrapper<It>; in test() typedef
|
H A D | ranges.min_element.pass.cpp | 76 using Sent = sentinel_wrapper<It>; in test() typedef 86 using Sent = sentinel_wrapper<It>; in test() typedef
|
H A D | ranges.minmax_element.pass.cpp | 75 using Sent = sentinel_wrapper<It>; in test_iterators() typedef 87 using Sent = sentinel_wrapper<It>; in test_iterators() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/ |
H A D | ctor.sentinel.pass.cpp | 21 using Sent = sentinel_wrapper<It>; in test() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.drop.while/ |
H A D | end.pass.cpp | 48 using Sent = sentinel_wrapper<Iter>; in test() typedef
|