Home
last modified time | relevance | path

Searched defs:PacketType (Results 1 – 14 of 14) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dtest_method_context.h79 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientError() local
118 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStream() local
134 using PacketType = ::pw::rpc::internal::pwpb::PacketType; in SendClientStreamEnd() local
/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h133 using PacketType = internal::pwpb::PacketType; variable
246 using PacketType = internal::pwpb::PacketType; variable
/external/pigweed/pw_rpc/internal/
Dpacket.proto20 enum PacketType { enum
/external/eigen/test/
Dvectorization_logic.cpp109 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef
274 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
/external/cronet/third_party/quic_trace/src/tools/render/
Dtrace_renderer.h28 enum class PacketType { SENT, ACKED, LOST, APP_LIMITED }; enum
/external/eigen/Eigen/src/Core/
DRedux.h30 …ypename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type PacketType; typedef
DAssignEvaluator.h114 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
/external/webrtc/rtc_base/network/
Dsent_packet.h22 enum class PacketType { enum
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionGpu.h244 typedef typename packet_traits<Eigen::half>::type PacketType; in ReductionInitKernelHalfFloat() typedef
263 typedef typename packet_traits<Eigen::half>::type PacketType; in FullReductionKernelHalfFloat() typedef
/external/armnn/src/profiling/test/
DProfilingMocks.hpp48 enum class PacketType enum in arm::pipe::MockProfilingConnection
112 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()
DSendCounterPacketTests.cpp102 using PacketType = MockProfilingConnection::PacketType; typedef
DProfilingTests.cpp57 using PacketType = MockProfilingConnection::PacketType; typedef
/external/python/bumble/apps/
Dbench.py192 class PacketType(enum.IntEnum): class
/external/rust/crates/quiche/src/
Dpacket.rs158 pub(crate) fn to_qlog(self) -> qlog::events::quic::PacketType { in to_qlog()