HomeSort by relevance Sort by last modified time
    Searched defs:GetMessage (Results 1 - 25 of 42) sorted by null

1 2

  /device/google/contexthub/util/nanotool/
logevent.cpp 32 std::string LogEvent::GetMessage() const {
  /external/libbrillo/brillo/errors/
error.h 58 const std::string& GetMessage() const { return message_; }
  /art/cmdline/
cmdline_result.h 50 const std::string& GetMessage() const { assert(IsError()); return message_; }
  /art/compiler/optimizing/
parallel_move_test.cc 85 std::string GetMessage() const {
141 std::string GetMessage() const {
191 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
193 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
202 ASSERT_STREQ("(2 -> 3) (1 -> 2) (1 -> 4) (0 -> 1)", resolver.GetMessage().c_str());
204 ASSERT_STREQ("(2 -> 3) (1 -> 2) (0 -> 1) (2 -> 4)", resolver.GetMessage().c_str());
218 ASSERT_STREQ("(1 <-> 0)", resolver.GetMessage().c_str());
220 ASSERT_STREQ("(1 -> T0) (0 -> 1) (T0 -> 0)", resolver.GetMessage().c_str());
229 ASSERT_STREQ("(1 -> 2) (1 <-> 0)", resolver.GetMessage().c_str());
231 ASSERT_STREQ("(1 -> 2) (0 -> 1) (2 -> 0)", resolver.GetMessage().c_str())
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 71 #if defined(_WIN32) && defined(GetMessage)
72 // Allow GetMessage to be used as a valid method name in protobuf classes.
73 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
80 #undef GetMessage
81 inline BOOL GetMessage(
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 71 #if defined(_WIN32) && defined(GetMessage)
72 // Allow GetMessage to be used as a valid method name in protobuf classes.
73 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
80 #undef GetMessage
81 inline BOOL GetMessage(
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 138 /// GetMessage - Return an SMDiagnostic at the specified location with the
143 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, const Twine &Msg,
185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);
  /external/flatbuffers/include/flatbuffers/
grpc.h 155 // GetMessage extracts the subslice of the buffer corresponding to the
159 Message<T> GetMessage() {
183 Message<T> msg = GetMessage<T>();
  /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);
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 144 const MessageLite& ExtensionSet::GetMessage(int number,
154 return iter->second.lazymessage_value->GetMessage(
extension_set.cc 542 const MessageLite& ExtensionSet::GetMessage(
551 return iter->second.lazymessage_value->GetMessage(default_value);
559 // const MessageLite& ExtensionSet::GetMessage(int number,
    [all...]
generated_message_reflection.cc     [all...]
  /external/libmojo/mojo/edk/system/ports/
node.cc 266 int Node::GetMessage(const PortRef& port_ref,
271 DVLOG(4) << "GetMessage for " << port_ref.name() << "@" << name_;
    [all...]
  /external/v8/src/
messages.cc 172 Handle<String> MessageHandler::GetMessage(Isolate* isolate,
182 return GetMessage(isolate, data)->ToCString(DISALLOW_NULLS);
    [all...]
d8.cc     [all...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1262 WinNtGetMessage GetMessage;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1278 WinNtGetMessage GetMessage;
  /external/golang-protobuf/proto/testdata/
test.pb.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 323 virtual HRESULT WINAPI GetMessage(VARIANT MessageID,VARIANT StoreID,VARIANT *pvarResult) = 0;
350 HRESULT (WINAPI *GetMessage)(ISession *This,VARIANT MessageID,VARIANT StoreID,VARIANT *pvarResult);
379 #define ISession_GetMessage(This,MessageID,StoreID,pvarResult) (This)->lpVtbl->GetMessage(This,MessageID,StoreID,pvarResult)
    [all...]
d3d11sdklayers.h     [all...]
winuser.h     [all...]

Completed in 920 milliseconds

1 2