Home
last modified time | relevance | path

Searched refs:PacketType (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h124 enum PacketType enum
152 PacketType type;
165 PacketType type,
170 PacketType type,
DGDBRemoteCommunication.cpp50 PacketType type, in AddPacket()
68 PacketType type, in AddPacket()
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h307 template<int Offset,typename PacketType>
311 static inline void run(PacketType&, const PacketType&) {} in run()
329 template<int Offset,typename PacketType>
330 inline void palign(PacketType& first, const PacketType& second) in palign()
332 palign_impl<Offset,PacketType>::run(first,second); in palign()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h94 } PacketType; typedef