Home
last modified time | relevance | path

Searched defs:error_string (Results 1 – 11 of 11) sorted by relevance

/third_party/json/tests/src/
Dunit-disabled_exceptions.cpp34 static std::string* error_string; member in sax_no_exception
37 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
Dunit-regression2.cpp178 static std::string* error_string; member in sax_no_exception
181 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
/third_party/mesa3d/src/glx/apple/
Dapple_cgl.h59 const char *(*error_string) (CGLError error); member
/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c115 const char *error_string) in svt_print_error()
Dqsv.c161 const char *error_string) in ff_qsv_print_error()
Dnvenc.c140 const char *error_string) in nvenc_print_error()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp1033 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in querySurfacePresentModes2TestSurfaceless() local
1195 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in checkDeprecatedExtensionGoogleSurfacelessQuery() local
1222 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in checkExtensionGoogleSurfacelessQuery() local
/third_party/ffmpeg/libavfilter/
Dqsvvpp.c133 const char *error_string) in ff_qsvvpp_print_error()
/third_party/python/Modules/
Dpyexpat.c1733 const char *error_string = XML_ErrorString(error_code); in add_error() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2151 PyObject* error_string = PyString_FromStringAndSize( in FindInitializationErrors() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1963 pub fn error_string(&self) -> &'static str { in error_string() method