/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ErrorTests.cpp | 43 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 65 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 101 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 172 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 221 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 243 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 294 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 332 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST() 349 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection_unittest.cc | 85 &reflection->GetMessage(message, F("optionalgroup"))); in TEST() 87 &reflection->GetMessage(message, F("optional_nested_message"))); in TEST() 89 &reflection->GetMessage(message, F("optional_foreign_message"))); in TEST() 91 &reflection->GetMessage(message, F("optional_import_message"))); in TEST() 146 &reflection->GetMessage(message, F("optionalgroup"))); in TEST() 148 &reflection->GetMessage(message, F("optional_nested_message"))); in TEST() 150 &reflection->GetMessage(message, F("optional_foreign_message"))); in TEST() 152 &reflection->GetMessage(message, F("optional_import_message"))); in TEST() 708 &reflection->GetMessage( in TEST() 711 &reflection->GetMessage(messag in TEST() [all...] |
H A D | test_util.h | 374 const Message* sub_message = &reflection->GetMessage( in ExpectOneofSetViaReflection() 471 sub_message = &reflection->GetMessage(message, F("optionalgroup")); in ExpectAllFieldsSetViaReflection1() 473 sub_message = &reflection->GetMessage(message, F("optional_nested_message")); in ExpectAllFieldsSetViaReflection1() 475 sub_message = &reflection->GetMessage(message, F("optional_foreign_message")); in ExpectAllFieldsSetViaReflection1() 477 sub_message = &reflection->GetMessage(message, F("optional_import_message")); in ExpectAllFieldsSetViaReflection1() 480 &reflection->GetMessage(message, F("optional_public_import_message")); in ExpectAllFieldsSetViaReflection1() 482 sub_message = &reflection->GetMessage(message, F("optional_lazy_message")); in ExpectAllFieldsSetViaReflection1() 513 sub_message = &reflection->GetMessage(message, F("optionalgroup")); in ExpectAllFieldsSetViaReflection1() 516 sub_message = &reflection->GetMessage(message, F("optional_nested_message")); in ExpectAllFieldsSetViaReflection1() 519 sub_message = &reflection->GetMessage(messag in ExpectAllFieldsSetViaReflection1() [all...] |
H A D | dynamic_message_unittest.cc | 215 &reflection->GetMessage( in TEST_P() 223 &reflection->GetMessage(*message, in TEST_P() 226 &reflection->GetMessage( in TEST_P()
|
H A D | reflection_ops.cc | 161 const Message& from_child = from_reflection->GetMessage(from, field); in Merge() 238 if (!reflection->GetMessage(message, field).IsInitialized()) { in IsInitialized() 309 if (!reflection->GetMessage(message, field).IsInitialized()) { in IsInitialized() 419 const Message& sub_message = reflection->GetMessage(message, field); in FindInitializationErrors()
|
H A D | extension_set_heavy.cc | 149 const MessageLite& ExtensionSet::GetMessage(int number, in GetMessage() function in google::protobuf::internal::ExtensionSet 159 return extension->lazymessage_value->GetMessage( in GetMessage()
|
H A D | map_field.cc | 222 default_entry_->GetReflection()->GetMessage(*default_entry_, val_des); in AllocateMapValue() 520 const Message& message = reflection->GetMessage(*it, val_des); in SyncMapWithRepeatedFieldNoLock()
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/ |
H A D | wgl_tests.cpp | 29 #undef GetMessage macro 178 info_queue->GetMessage(i, nullptr, &message_size); in info_queue_has_swapchain() 183 info_queue->GetMessage(i, message, &message_size); in info_queue_has_swapchain()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 39 // GetMessage conflicts with GeneratedMessageReflection::GetMessage(). 40 #ifdef GetMessage 41 #undef GetMessage macro
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CreatePipelineAsyncTask.cpp | 127 errorMessage = maybeError.AcquireError()->GetMessage(); in Run() 176 errorMessage = maybeError.AcquireError()->GetMessage(); in Run()
|
H A D | ErrorData.h | 55 const std::string& GetMessage() const;
|
H A D | ErrorData.cpp | 58 const std::string& ErrorData::GetMessage() const { in GetMessage() function in dawn_native::ErrorData
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | windows_with_undefs.h | 30 #undef GetMessage macro
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnNativeTest.cpp | 28 absl::StrCat(expression, " returned error: ", error->GetMessage()).c_str(), in AddFatalDawnFailure()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 163 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr 246 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.h | 154 static Handle<String> GetMessage(Isolate* isolate, Handle<Object> data);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SourceMgr.h | 180 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | DeviceD3D12.cpp | 640 HRESULT hr = infoQueue->GetMessage(i, nullptr, &messageLength); in CheckDebugLayerAndGenerateErrors() 642 messages << " ID3D12InfoQueue::GetMessage failed with " << hr << '\n'; in CheckDebugLayerAndGenerateErrors() 648 hr = infoQueue->GetMessage(i, message, &messageLength); in CheckDebugLayerAndGenerateErrors() 650 messages << " ID3D12InfoQueue::GetMessage failed with " << hr << '\n'; in CheckDebugLayerAndGenerateErrors()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 171 return IsMatchInternal(reflection1->GetMessage(message1, field), in IsMatchInternal() 172 reflection2->GetMessage(message2, field), in IsMatchInternal() 1091 : reflection1->GetMessage(message1, field); in CompareFieldValueUsingParentFields() 1095 : reflection2->GetMessage(message2, field); in CompareFieldValueUsingParentFields() 1813 : reflection->GetMessage(message, field); in PrintValue()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 112 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
|
H A D | clayout.c | 114 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 113 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
|
H A D | layout.cpp | 112 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 215 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 169 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
|