Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DErrorTests.cpp43 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 Dgenerated_message_reflection_unittest.cc85 &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 Dtest_util.h374 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 Ddynamic_message_unittest.cc215 &reflection->GetMessage( in TEST_P()
223 &reflection->GetMessage(*message, in TEST_P()
226 &reflection->GetMessage( in TEST_P()
H A Dreflection_ops.cc161 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 Dextension_set_heavy.cc149 const MessageLite& ExtensionSet::GetMessage(int number, in GetMessage() function in google::protobuf::internal::ExtensionSet
159 return extension->lazymessage_value->GetMessage( in GetMessage()
H A Dmap_field.cc222 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 Dwgl_tests.cpp29 #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 Dmutex.h39 // GetMessage conflicts with GeneratedMessageReflection::GetMessage().
40 #ifdef GetMessage
41 #undef GetMessage macro
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCreatePipelineAsyncTask.cpp127 errorMessage = maybeError.AcquireError()->GetMessage(); in Run()
176 errorMessage = maybeError.AcquireError()->GetMessage(); in Run()
H A DErrorData.h55 const std::string& GetMessage() const;
H A DErrorData.cpp58 const std::string& ErrorData::GetMessage() const { in GetMessage() function in dawn_native::ErrorData
/third_party/skia/third_party/externals/dawn/src/common/
H A Dwindows_with_undefs.h30 #undef GetMessage macro
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnNativeTest.cpp28 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 DSourceMgr.cpp163 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 Dmessages.h154 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 DSourceMgr.h180 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp640 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 Dmessage_differencer.cc171 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 Dlayout.cpp112 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
H A Dclayout.c114 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c113 while (GetMessage(&msg, NULL, 0, 0)) { in WinMain()
H A Dlayout.cpp112 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 DSourceMgr.h215 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 DParser.cpp169 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()

Completed in 26 milliseconds

123