HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolMessage (Results 1 - 25 of 30) sorted by null

1 2

  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 103 struct ProtocolMessage {
104 ProtocolMessage()
118 ProtocolMessage(MessageTag arg_tag,
175 ProtocolMessage(const ProtocolMessage& msg);
176 ProtocolMessage& operator=(const ProtocolMessage& msg);
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 168 ProtocolMessage* reply) const;
171 // process and stores them in the given ProtocolMessage instance. If
172 // creating any handle fails, ProtocolMessage will contain the handles
175 ProtocolMessage* reply) const;
287 ProtocolMessage msg_;
crash_generation_client.cc 202 ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id,
230 ProtocolMessage msg(MESSAGE_TAG_REGISTRATION_REQUEST,
240 ProtocolMessage reply;
249 sizeof(ProtocolMessage),
259 ProtocolMessage ack_msg;
310 const ProtocolMessage& msg) const {
crash_generation_client.h 124 bool ValidateResponse(const ProtocolMessage& msg) const;
crash_generation_server.cc 79 static bool IsClientRequestValid(const ProtocolMessage& msg) {
396 if (success && bytes_count == sizeof(ProtocolMessage)) {
605 ProtocolMessage* reply) const {
652 ProtocolMessage* reply) const {
688 ProtocolMessage reply;
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 170 google_breakpad::ProtocolMessage msg(
197 google_breakpad::ProtocolMessage reply;
202 sizeof(google_breakpad::ProtocolMessage) / 2 :
203 sizeof(google_breakpad::ProtocolMessage),
221 google_breakpad::ProtocolMessage ack_msg;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 100 class ProtocolMessage;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 129 class ProtocolMessage;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 76 class ProtocolMessage;
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
834 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 120 class ProtocolMessage;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 76 class ProtocolMessage;
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
834 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 75 class ProtocolMessage;
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
823 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 75 class ProtocolMessage;
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
823 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 820 // ::ProtocolMessage variable pointed to by the N-th (0-based)
828 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg);
836 ::ProtocolMessage* const dest_base = &dest;
939 // ::ProtocolMessage variable pointed to by the N-th (0-based)
947 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg);
955 ::ProtocolMessage* const dest_base = &dest;
    [all...]
gmock-internal-utils_test.cc 51 class ProtocolMessage;
  /external/googletest/googlemock/test/
gmock-actions_test.cc 905 // ::ProtocolMessage variable pointed to by the N-th (0-based)
913 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg);
921 ::ProtocolMessage* const dest_base = &dest;
    [all...]
gmock-internal-utils_test.cc 61 class ProtocolMessage;
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 905 // ::ProtocolMessage variable pointed to by the N-th (0-based)
913 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg);
921 ::ProtocolMessage* const dest_base = &dest;
    [all...]
gmock-internal-utils_test.cc 60 class ProtocolMessage;
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 79 class ProtocolMessage;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 79 class ProtocolMessage;
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 79 class ProtocolMessage;
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc     [all...]

Completed in 1236 milliseconds

1 2