Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/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() function
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;
/aosp_15_r20/external/python/cpython2/Modules/
Dparsermodule.c160 parser_error = 0; variable