Searched defs:error_string (Results 1 – 11 of 11) sorted by relevance
34 static std::string* error_string; member in sax_no_exception37 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
178 static std::string* error_string; member in sax_no_exception181 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
59 const char *(*error_string) (CGLError error); member
115 const char *error_string) in svt_print_error()
161 const char *error_string) in ff_qsv_print_error()
140 const char *error_string) in nvenc_print_error()
1033 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in querySurfacePresentModes2TestSurfaceless() local1195 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in checkDeprecatedExtensionGoogleSurfacelessQuery() local1222 …std::string error_string = std::string("Present mode mismatch with mode: ") + getPresentModeKHRNam… in checkExtensionGoogleSurfacelessQuery() local
133 const char *error_string) in ff_qsvvpp_print_error()
1733 const char *error_string = XML_ErrorString(error_code); in add_error() local
2151 PyObject* error_string = PyString_FromStringAndSize( in FindInitializationErrors() local
1963 pub fn error_string(&self) -> &'static str { in error_string() method