Home
last modified time | relevance | path

Searched defs:parser_error (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/classic/error_handling/
Dexceptions.hpp69 struct parser_error : public parser_error_base struct
71 typedef ErrorDescrT error_descr_t;
72 typedef IteratorT iterator_t;
74 parser_error(IteratorT where_, ErrorDescrT descriptor_) in parser_error() function
77 parser_error(parser_error const& rhs) in parser_error() argument
82 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;
/third_party/grpc/src/core/ext/filters/client_channel/
Dservice_config_parser.cc54 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseGlobalParameters() local
75 grpc_error* parser_error = GRPC_ERROR_NONE; in ParsePerMethodParameters() local
Dservice_config.cc78 grpc_error* parser_error = GRPC_ERROR_NONE; in ParseJsonMethodConfig() local
/third_party/boost/libs/coroutine2/example/
Dparser.cpp16 class parser_error : public std::runtime_error { class
18 parser_error() : in parser_error() function in parser_error
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2696 parser_error_location_t parser_error; in parser_parse_script() local
/third_party/glib/gio/
Dgdbusintrospection.c1738 parser_error (GMarkupParseContext *context, in parser_error() function