Searched refs:ProtocolMessage (Results 1 – 8 of 8) sorted by relevance
102 struct ProtocolMessage { struct103 ProtocolMessage() in ProtocolMessage() argument117 ProtocolMessage(MessageTag arg_tag, in ProtocolMessage() function174 ProtocolMessage(const ProtocolMessage& msg); argument175 ProtocolMessage& operator=(const ProtocolMessage& msg); argument
205 ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id, in RequestUpload()233 ProtocolMessage msg(MESSAGE_TAG_REGISTRATION_REQUEST, in RegisterClient()243 ProtocolMessage reply; in RegisterClient()252 sizeof(ProtocolMessage), in RegisterClient()262 ProtocolMessage ack_msg; in RegisterClient()313 const ProtocolMessage& msg) const { in ValidateResponse()
167 ProtocolMessage* reply) const;174 ProtocolMessage* reply) const;286 ProtocolMessage msg_;
82 static bool IsClientRequestValid(const ProtocolMessage& msg) { in IsClientRequestValid()399 if (success && bytes_count == sizeof(ProtocolMessage)) { in HandleReadingState()608 ProtocolMessage* reply) const { in PrepareReply()655 ProtocolMessage* reply) const { in CreateClientHandles()691 ProtocolMessage reply; in RespondToClient()
123 bool ValidateResponse(const ProtocolMessage& msg) const;
170 google_breakpad::ProtocolMessage msg( in DoFaultyClient()197 google_breakpad::ProtocolMessage reply; in DoFaultyClient()202 sizeof(google_breakpad::ProtocolMessage) / 2 : in DoFaultyClient()203 sizeof(google_breakpad::ProtocolMessage), in DoFaultyClient()221 google_breakpad::ProtocolMessage ack_msg; in DoFaultyClient()
129 class ProtocolMessage; variable931 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
7046 class ProtocolMessage;7805 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||