Searched defs:error_string (Results 1 – 14 of 14) 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
176 static std::string* error_string; member in sax_no_exception179 std::string* sax_no_exception::error_string = nullptr; member in sax_no_exception
59 const char *(*error_string) (CGLError error); member
97 gchar error_string[ERROR_LENGTH]; member
111 const char *error_string) in svt_print_error()
177 const char *error_string) in ff_qsv_print_error()
128 const char *error_string) in nvenc_print_error()
164 const char *error_string) in ff_qsvvpp_print_error()
192 const char* error_string = nullptr; in Insert() local
1959 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local1984 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local2118 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
2597 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local2622 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local2811 gchar *error_string = error_message_to_string (error_msg); in connect_pad() local
1657 const char *error_string = XML_ErrorString(value); in add_error() local
2151 PyObject* error_string = PyString_FromStringAndSize( in FindInitializationErrors() local
1964 pub fn error_string(&self) -> &'static str { in error_string() method