/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 | 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()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | kv_pb.py | 22 _ExtendableProtocolMessage = ProtocolBuffer.ProtocolMessage 24 class KeyValue(ProtocolBuffer.ProtocolMessage): 198 class KeyValues(ProtocolBuffer.ProtocolMessage):
|
/external/gmock/test/ |
D | gmock-actions_test.cc | 832 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()
|
D | gmock-internal-utils_test.cc | 51 class ProtocolMessage;
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 828 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()
|
D | gmock-internal-utils_test.cc | 51 class ProtocolMessage;
|
/external/v8/src/debug/ |
D | debug.js | 1129 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/ |
D | gtest-internal.h | 76 class ProtocolMessage; variable 834 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 76 class ProtocolMessage; variable 834 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 129 class ProtocolMessage; variable 931 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 100 class ProtocolMessage; variable 908 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 100 class ProtocolMessage; variable 902 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/gtest/test/ |
D | gtest_unittest.cc | 7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST() 7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 7209 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/ |
D | gtest_unittest.cc | 7067 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/ |
D | gtest.h | 7037 class ProtocolMessage; 7795 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7036 class ProtocolMessage; 7794 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | ts_gtest.h | 7087 class ProtocolMessage; 7855 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
|