Searched defs:PacketType (Results 1 – 14 of 14) sorted by relevance
79 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientError() local118 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStream() local134 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStreamEnd() local
133 using PacketType = internal::pwpb::PacketType; variable246 using PacketType = internal::pwpb::PacketType; variable
20 enum PacketType { enum
109 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef274 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
28 enum class PacketType { SENT, ACKED, LOST, APP_LIMITED }; enum
30 …ypename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type PacketType; typedef
114 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
22 enum class PacketType { enum
244 typedef typename packet_traits<Eigen::half>::type PacketType; in ReductionInitKernelHalfFloat() typedef263 typedef typename packet_traits<Eigen::half>::type PacketType; in FullReductionKernelHalfFloat() typedef
48 enum class PacketType enum in arm::pipe::MockProfilingConnection112 long CheckForPacket(const std::pair<PacketType, uint32_t> packetInfo) in CheckForPacket()123 …[&packetInfo](const std::pair<PacketType, uint32_t> pair) { return packetInfo.first == pair.first;… in CheckForPacket()
102 using PacketType = MockProfilingConnection::PacketType; typedef
57 using PacketType = MockProfilingConnection::PacketType; typedef
192 class PacketType(enum.IntEnum): class
158 pub(crate) fn to_qlog(self) -> qlog::events::quic::PacketType { in to_qlog()