Home
last modified time | relevance | path

Searched refs:ProtocolMessage (Results 1 – 23 of 23) 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() function
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/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dkv_pb.py22 _ExtendableProtocolMessage = ProtocolBuffer.ProtocolMessage
24 class KeyValue(ProtocolBuffer.ProtocolMessage):
198 class KeyValues(ProtocolBuffer.ProtocolMessage):
/external/gmock/test/
Dgmock-actions_test.cc832 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg); in TEST()
840 ::ProtocolMessage* const dest_base = &dest; in TEST()
951 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
959 ::ProtocolMessage* const dest_base = &dest; in TEST()
Dgmock-internal-utils_test.cc51 class ProtocolMessage;
/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/v8/src/debug/
Ddebug.js1129 var o = new ProtocolMessage();
1176 var o = new ProtocolMessage();
1284 function ProtocolMessage(request) { class
1304 ProtocolMessage.prototype.setOption = function(name, value) { class
1312 ProtocolMessage.prototype.failed = function(message, opt_details) {
1321 ProtocolMessage.prototype.toJSONProtocol = function() {
1373 return new ProtocolMessage(request);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h76 class ProtocolMessage; variable
834 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/gtest/include/gtest/internal/
Dgtest-internal.h76 class ProtocolMessage; variable
834 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/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h100 class ProtocolMessage; variable
908 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h100 class ProtocolMessage; variable
902 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/gtest/test/
Dgtest_unittest.cc7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()
7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()
/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/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()
7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h7037 class ProtocolMessage;
7795 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7036 class ProtocolMessage;
7794 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h7087 class ProtocolMessage;
7855 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||