Searched refs:ProtocolMessage (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 103 struct ProtocolMessage { struct 104 ProtocolMessage() in ProtocolMessage() function 118 ProtocolMessage(MessageTag arg_tag, in ProtocolMessage() function 175 ProtocolMessage(const ProtocolMessage& msg); argument 176 ProtocolMessage& operator=(const ProtocolMessage& msg); argument
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 202 ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id, in RequestUpload() 230 ProtocolMessage msg(MESSAGE_TAG_REGISTRATION_REQUEST, in RegisterClient() 240 ProtocolMessage reply; in RegisterClient() 249 sizeof(ProtocolMessage), in RegisterClient() 259 ProtocolMessage ack_msg; in RegisterClient() 310 const ProtocolMessage& msg) const { in ValidateResponse()
|
D | crash_generation_server.h | 168 ProtocolMessage* reply) const; 175 ProtocolMessage* reply) const; 287 ProtocolMessage msg_;
|
D | crash_generation_server.cc | 79 static bool IsClientRequestValid(const ProtocolMessage& msg) { in IsClientRequestValid() 396 if (success && bytes_count == sizeof(ProtocolMessage)) { in HandleReadingState() 605 ProtocolMessage* reply) const { in PrepareReply() 652 ProtocolMessage* reply) const { in CreateClientHandles() 688 ProtocolMessage reply; in RespondToClient()
|
D | crash_generation_client.h | 124 bool ValidateResponse(const ProtocolMessage& msg) const;
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 167 google_breakpad::ProtocolMessage msg( in DoFaultyClient() 194 google_breakpad::ProtocolMessage reply; in DoFaultyClient() 199 sizeof(google_breakpad::ProtocolMessage) / 2 : in DoFaultyClient() 200 sizeof(google_breakpad::ProtocolMessage), in DoFaultyClient() 218 google_breakpad::ProtocolMessage ack_msg; in DoFaultyClient()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 129 class ProtocolMessage; variable 931 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 79 class ProtocolMessage; variable 905 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 82 class ProtocolMessage; variable 916 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 7040 class ProtocolMessage; 7798 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/ |
D | gtest.h | 7814 class ProtocolMessage; 8640 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|