Home
last modified time | relevance | path

Searched defs:error_string (Results 1 - 12 of 12) sorted by relevance

/third_party/json/tests/src/
H A 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
48 delete sax_no_exception::error_string; // NOLINT(cppcoreguidelines-owning-memory) member in sax_no_exception
H A Dunit-regression2.cpp176 static std::string* error_string; member in sax_no_exception
179 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
778 delete sax_no_exception::error_string; // NOLINT(cppcoreguidelines-owning-memory) member in sax_no_exception
/third_party/mesa3d/src/glx/apple/
H A Dapple_cgl.h59 const char *(*error_string) (CGLError error); member
/third_party/ffmpeg/libavcodec/
H A Dlibsvtav1.c114 svt_print_error(void *log_ctx, EbErrorType err, const char *error_string) svt_print_error() argument
H A Dqsv.c160 ff_qsv_print_error(void *log_ctx, mfxStatus err, const char *error_string) ff_qsv_print_error() argument
H A Dnvenc.c139 nvenc_print_error(AVCodecContext *avctx, NVENCSTATUS err, const char *error_string) nvenc_print_error() argument
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c132 ff_qsvvpp_print_error(void *log_ctx, mfxStatus err, const char *error_string) ff_qsvvpp_print_error() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1033 std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]); in querySurfacePresentModes2TestSurfaceless() local
1195 std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]); in checkDeprecatedExtensionGoogleSurfacelessQuery() local
1222 std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRName(modesNull[i]); in checkExtensionGoogleSurfacelessQuery() local
/third_party/node/src/crypto/
H A Dcrypto_util.h192 const char* error_string = nullptr; in Insert() local
/third_party/python/Modules/
H A Dpyexpat.c1733 const char *error_string = XML_ErrorString(error_code); in add_error() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2151 PyObject* error_string = PyString_FromStringAndSize( in FindInitializationErrors() local
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1964 pub fn error_string(&self) -> &'static str { in error_string() functions

Completed in 22 milliseconds