Home
last modified time | relevance | path

Searched refs:ProtocolMessage (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h102 struct ProtocolMessage { struct
103 ProtocolMessage() in ProtocolMessage() argument
117 ProtocolMessage(MessageTag arg_tag, in ProtocolMessage() function
174 ProtocolMessage(const ProtocolMessage& msg); argument
175 ProtocolMessage& operator=(const ProtocolMessage& msg); argument
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc205 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()
Dcrash_generation_server.h167 ProtocolMessage* reply) const;
174 ProtocolMessage* reply) const;
286 ProtocolMessage msg_;
Dcrash_generation_server.cc82 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()
Dcrash_generation_client.h123 bool ValidateResponse(const ProtocolMessage& msg) const;
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc170 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()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h129 class ProtocolMessage; variable
931 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/gmmlib/Source/GmmLib/ULT/googletest/gtest/
Dgtest.h7046 class ProtocolMessage;
7805 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||