Searched defs:ProtocolMessage (Results 1 – 2 of 2) sorted by relevance
102 struct ProtocolMessage { struct103 ProtocolMessage() in ProtocolMessage() argument117 ProtocolMessage(MessageTag arg_tag, in ProtocolMessage() function140 MessageTag tag;144 DWORD id;147 MINIDUMP_TYPE dump_type;150 DWORD* thread_id;174 ProtocolMessage(const ProtocolMessage& msg); argument175 ProtocolMessage& operator=(const ProtocolMessage& msg); argument
129 class ProtocolMessage; variable