Searched defs:Sent (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 197 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent() 717 &mut self, lost_bytes: usize, largest_lost_pkt: &Sent, in on_packets_lost() 884 pub struct Sent { struct 885 pub pkt_num: u64, 887 pub frames: Vec<frame::Frame>, 912 impl std::fmt::Debug for Sent { implementation
|
D | delivery_rate.rs | 53 pub fn on_packet_sent(&mut self, pkt: &mut Sent, now: Instant) { in on_packet_sent() 71 pub fn on_packet_acked(&mut self, pkt: &Sent, now: Instant) { in on_packet_acked()
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/ |
D | Server.cpp | 111 unsigned Sent = 0; in Lookup() local 150 unsigned Sent = 0; in FuzzyFind() local 187 unsigned Sent = 0; in Refs() local 226 unsigned Sent = 0; in Relations() local 268 void logRequestSummary(llvm::StringLiteral RequestName, unsigned Sent, in logRequestSummary()
|