Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DErrorTests.cpp47 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
72 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
113 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
192 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
245 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
268 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
288 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
308 ASSERT_EQ(errorData->GetMessage(), dummyErrorMessage); in TEST()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
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/
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(message, in TEST()
[all …]
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(message, F("optional_foreign_message")); in ExpectAllFieldsSetViaReflection1()
[all …]
Ddynamic_message_unittest.cc215 &reflection->GetMessage( in TEST_P()
223 &reflection->GetMessage(*message, in TEST_P()
226 &reflection->GetMessage( in TEST_P()
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()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
Dwgl_tests.cpp29 #undef GetMessage
159 info_queue->GetMessage(i, nullptr, &message_size); in info_queue_has_swapchain()
164 info_queue->GetMessage(i, message, &message_size); in info_queue_has_swapchain()
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h40 #ifdef GetMessage
41 #undef GetMessage
/third_party/flutter/skia/third_party/externals/dawn/src/common/
Dwindows_with_undefs.h29 #undef GetMessage
/third_party/skia/third_party/externals/dawn/src/common/
Dwindows_with_undefs.h30 #undef GetMessage
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCreatePipelineAsyncTask.cpp127 errorMessage = maybeError.AcquireError()->GetMessage(); in Run()
176 errorMessage = maybeError.AcquireError()->GetMessage(); in Run()
DErrorData.h55 const std::string& GetMessage() const;
DErrorData.cpp58 const std::string& ErrorData::GetMessage() const { in GetMessage() function in dawn_native::ErrorData
/third_party/cef/libcef_dll/ctocpp/
Dv8exception_ctocpp.h37 CefString GetMessage() override;
Dv8exception_ctocpp.cc19 NO_SANITIZE("cfi-icall") CefString CefV8ExceptionCToCpp::GetMessage() { in GetMessage() function in CefV8ExceptionCToCpp
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DErrorData.h39 const std::string& GetMessage() const;
DErrorData.cpp38 const std::string& ErrorData::GetMessage() const { in GetMessage() function in dawn_native::ErrorData
DInstance.cpp238 std::cout << error->GetMessage() << std::endl; in ConsumedError()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc615 ADD_FAILURE() << exception->GetMessage().c_str(); in RunArrayBufferValueTest()
834 EXPECT_STREQ(kSetExceptionMsg, exception->GetMessage().ToString().c_str()); in RunObjectAccessorExceptionTest()
845 EXPECT_STREQ(kGetExceptionMsg, exception->GetMessage().ToString().c_str()); in RunObjectAccessorExceptionTest()
1399 exception->GetMessage().ToString().c_str()); in RunObjectInterceptorExceptionTest()
1411 exception->GetMessage().ToString().c_str()); in RunObjectInterceptorExceptionTest()
1422 exception->GetMessage().ToString().c_str()); in RunObjectInterceptorExceptionTest()
1434 exception->GetMessage().ToString().c_str()); in RunObjectInterceptorExceptionTest()
1613 ADD_FAILURE() << exception->GetMessage().c_str(); in RunObjectValueTest()
1651 ADD_FAILURE() << exception->GetMessage().c_str(); in RunObjectValueReadOnlyTest()
1695 ADD_FAILURE() << exception->GetMessage().c_str(); in RunObjectValueEnumTest()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnNativeTest.cpp28 absl::StrCat(expression, " returned error: ", error->GetMessage()).c_str(), in AddFatalDawnFailure()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dcsv_op.cc76 CsvOp::CsvParser::Message CsvOp::CsvParser::GetMessage(int c) { in GetMessage() function in mindspore::dataset::CsvOp::CsvParser
91 Message m = GetMessage(c); in ProcessMessage()
203 if (GetMessage(c) == Message::MS_QUOTE && cur_state_ == State::UNQUOTE) { in CatchException()
205 } else if (GetMessage(c) == Message::MS_END_OF_FILE && cur_state_ == State::QUOTE) { in CatchException()
207 } else if (GetMessage(c) == Message::MS_NORMAL && cur_state_ == State::SECOND_QUOTE) { in CatchException()
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h236 template<class T> Message<T> GetMessage() { in GetMessage() function
259 Message<T> msg = GetMessage<T>(); in ReleaseMessage()
/third_party/cef/libcef_dll/cpptoc/
Dv8exception_cpptoc.cc30 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetMessage(); in v8exception_get_message()
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc86 while (GetMessage(&msg, nullptr, 0, 0)) { in Run()
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_win.cc62 while (GetMessage(&msg, nullptr, 0, 0)) { in Run()

1234