Searched refs:parserError (Results 1 – 12 of 12) sorted by relevance
23 except libxml2.parserError:40 except libxml2.parserError:
72 except libxml2.parserError:
132 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser() argument
56 SkXMLParser(SkXMLParserError* parserError = nullptr);
36 class parserError(libxmlError): class256 raise parserError(msg)259 raise parserError(msg)
284 void parserError(const char* s); // for bison's yyerror
116 #define yyerror(context, msg) context->parserError(msg)
206 void TParseContext::parserError(const char* s) in parserError() function in glslang::TParseContext
598 #define yyerror(context, msg) context->parserError(msg)
325 except (Exception, libxml2.parserError, libxml2.treeError), e: