Searched defs:parser_error (Results 1 – 6 of 6) sorted by relevance
69 struct parser_error : public parser_error_base struct71 typedef ErrorDescrT error_descr_t;72 typedef IteratorT iterator_t;74 parser_error(IteratorT where_, ErrorDescrT descriptor_) in parser_error() function77 parser_error(parser_error const& rhs) in parser_error() argument82 operator=(parser_error const& rhs) in operator =()90 ~parser_error() BOOST_NOEXCEPT_OR_NOTHROW {} in ~parser_error()93 what() const BOOST_NOEXCEPT_OR_NOTHROW in what()98 IteratorT where;99 ErrorDescrT descriptor;
54 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseGlobalParameters() local75 grpc_error* parser_error = GRPC_ERROR_NONE; in ParsePerMethodParameters() local
78 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseJsonMethodConfig() local
16 class parser_error : public std::runtime_error { class18 parser_error() : in parser_error() function in parser_error
2696 parser_error_location_t parser_error; in parser_parse_script() local
1738 parser_error (GMarkupParseContext *context, in parser_error() function