Home
last modified time | relevance | path

Searched defs:Sent (Results 1 – 25 of 214) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs319 &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/
Dmod.rs319 &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 Dctor.convert.pass.cpp20 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 Dctor.base.pass.cpp18 struct Sent { struct
21 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
H A Dbase.pass.cpp19 struct Sent { struct
22 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
H A Dequality.pass.cpp38 struct Sent { struct
45 struct CrossComparableSent { argument
63 using R = Range<Sent>; argument
H A Dminus.pass.cpp47 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 Dctor.convert.pass.cpp19 struct Sent { struct
21 constexpr Sent() = default; argument
22 constexpr Sent(int ii) : i(ii) {} in Sent() argument
H A Dequality.pass.cpp41 struct Sent { struct
48 struct CrossComparableSent { argument
66 using R = Range<Sent>; argument
H A Dctor.default.pass.cpp16 struct Sent { struct
19 friend constexpr bool operator==(int*, const Sent& s) { return s.b; } in operator ==() argument
H A Dctor.base.pass.cpp19 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 Dctor.value.pass.cpp22 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 Dctor.default.pass.cpp20 …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 Dget.pass.cpp32 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 Dranges_unique_copy.pass.cpp183 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 Dbase.pass.cpp78 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 Drange.pass.cpp50 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 Dend.pass.cpp48 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 Dbegin.pass.cpp37 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
42 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
H A Dend.pass.cpp48 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 Dranges.max_element.pass.cpp76 using Sent = sentinel_wrapper<It>; in test() typedef
86 using Sent = sentinel_wrapper<It>; in test() typedef
H A Dranges.min_element.pass.cpp76 using Sent = sentinel_wrapper<It>; in test() typedef
86 using Sent = sentinel_wrapper<It>; in test() typedef
H A Dranges.minmax_element.pass.cpp75 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 Dctor.sentinel.pass.cpp21 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 Dend.pass.cpp48 using Sent = sentinel_wrapper<Iter>; in test() typedef

123456789