Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h103 struct ProtocolMessage { struct
104 ProtocolMessage() in ProtocolMessage() function
118 ProtocolMessage(MessageTag arg_tag, in ProtocolMessage() argument
175 ProtocolMessage(const ProtocolMessage& msg); argument
176 ProtocolMessage& operator=(const ProtocolMessage& msg); argument
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc202 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()
Dcrash_generation_server.h168 ProtocolMessage* reply) const;
175 ProtocolMessage* reply) const;
287 ProtocolMessage msg_;
Dcrash_generation_server.cc79 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()
Dcrash_generation_client.h124 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/google-breakpad/src/testing/test/
Dgmock-actions_test.cc828 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg); in TEST()
836 ::ProtocolMessage* const dest_base = &dest; in TEST()
947 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
955 ::ProtocolMessage* const dest_base = &dest; in TEST()
Dgmock-internal-utils_test.cc51 class ProtocolMessage;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h100 class ProtocolMessage; variable
908 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h120 class ProtocolMessage; variable
922 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h129 class ProtocolMessage; variable
931 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h79 class ProtocolMessage; variable
905 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h79 class ProtocolMessage; variable
905 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h79 class ProtocolMessage; variable
905 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h82 class ProtocolMessage; variable
916 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h83 class ProtocolMessage; variable
898 std::is_convertible<const T*, const ::ProtocolMessage*>::value ||
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc60 class ProtocolMessage;
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc7209 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()
7218 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()
/external/googletest/googletest/test/
Dgtest_unittest.cc7149 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()
7158 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()
/external/epid-sdk/ext/gtest/
Dgtest.h7825 class ProtocolMessage;
8651 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||