HomeSort by relevance Sort by last modified time
    Searched refs:GetMessage (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 65 #if defined(_WIN32) && defined(GetMessage)
66 // Allow GetMessage to be used as a valid method name in protobuf classes.
67 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
74 #undef GetMessage
75 inline BOOL GetMessage(
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 65 #if defined(_WIN32) && defined(GetMessage)
66 // Allow GetMessage to be used as a valid method name in protobuf classes.
67 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
74 #undef GetMessage
75 inline BOOL GetMessage(
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 65 #if defined(_WIN32) && defined(GetMessage)
66 // Allow GetMessage to be used as a valid method name in protobuf classes.
67 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
74 #undef GetMessage
75 inline BOOL GetMessage(
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 65 #if defined(_WIN32) && defined(GetMessage)
66 // Allow GetMessage to be used as a valid method name in protobuf classes.
67 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
74 #undef GetMessage
75 inline BOOL GetMessage(
    [all...]
  /system/update_engine/
binder_service_android.cc 31 1, android::String8{error->GetMessage().c_str()});
binder_service_brillo.cc 46 1, String8{error->get()->GetMessage().c_str()});
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 57 static google::protobuf::Message* GetMessage(ExtensionDict* self) {
111 GetMessage(self), descriptor,
  /external/libbrillo/brillo/streams/
stream_unittest.cc 136 error->GetMessage());
182 error->GetMessage());
381 error->GetMessage());
  /external/libbrillo/brillo/dbus/
dbus_method_invoker_unittest.cc 164 EXPECT_EQ("My error message", error->GetMessage());
279 EXPECT_EQ(message, error->GetMessage());
  /external/libweave/src/privet/
security_manager.cc 47 const std::string& GetMessage() override { return spake_.GetNextMessage(); }
305 std::string commitment = spake->GetMessage();
  /external/llvm/lib/Support/
SourceMgr.cpp 135 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 272 if (GetMessage(&msg, sWnd, 0, 0))
  /external/llvm/include/llvm/Support/
SourceMgr.h 185 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
265 StringRef getMessage() const { return Message; }
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 76 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 77 const Message& sub_message = reflection->GetMessage(message, fields[i]);
  /external/protobuf/src/google/protobuf/
extension_set.h 234 const MessageLite& GetMessage(int number,
236 const MessageLite& GetMessage(int number, const Descriptor* message_type,
425 virtual const MessageLite& GetMessage(
    [all...]
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 86 while (GetMessage(&msg, NULL, 0, 0) > 0) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 232 const MessageLite& GetMessage(int number,
234 const MessageLite& GetMessage(int number, const Descriptor* message_type,
405 virtual const MessageLite& GetMessage(
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 232 const MessageLite& GetMessage(int number,
234 const MessageLite& GetMessage(int number, const Descriptor* message_type,
405 virtual const MessageLite& GetMessage(
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 232 const MessageLite& GetMessage(int number,
234 const MessageLite& GetMessage(int number, const Descriptor* message_type,
405 virtual const MessageLite& GetMessage(
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 232 const MessageLite& GetMessage(int number,
234 const MessageLite& GetMessage(int number, const Descriptor* message_type,
405 virtual const MessageLite& GetMessage(
    [all...]
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.cc 257 dbus_error->GetMessage().c_str()));
  /system/connectivity/shill/
error_unittest.cc 93 EXPECT_EQ(kMessage, chromeos_error->GetMessage());
  /system/core/crash_reporter/
list_proxies.cc 172 << error->GetMessage();
  /system/weaved/buffet/
binder_command_proxy_unittest.cc 51 return arg->GetCode() == code && arg->GetMessage() == message;

Completed in 1461 milliseconds

1 23 4 5 6