Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/internal/
Dpacket.proto20 enum PacketType { enum
/external/eigen/test/
Dvectorization_logic.cpp99 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef
260 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
/external/eigen/Eigen/src/Core/
DRedux.h30 …ef typename find_best_packet<typename Derived::Scalar,Derived::SizeAtCompileTime>::type PacketType; typedef
DAssignEvaluator.h111 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
/external/webrtc/rtc_base/network/
Dsent_packet.h22 enum class PacketType { enum
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h64 enum class PacketType { Invalid = 0, Standard, Notify }; enum
DGDBRemoteCommunicationServerLLGS.cpp1289 enum PacketType { MetaData, BufferData }; in Handle_jTraceRead() enum
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h73 enum PacketType { enum
/external/rust/crates/quiche/src/
Dpacket.rs115 pub(crate) fn to_qlog(self) -> qlog::PacketType { in to_qlog()