Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Dany_parser.hpp28 struct any_parser : parser<any_parser<Iterator, Attribute, Context>> struct
30 typedef Attribute attribute_type;
32 static bool const has_attribute =
34 static bool const handles_container =
42 any_parser(Expr const& expr) in any_parser() argument
45 any_parser(any_parser const& other) in any_parser() argument
50 any_parser& operator=(any_parser const& other) in operator =()
59 bool parse(Iterator_& first, Iterator_ const& last in parse()
76 bool parse(Iterator_& first, Iterator_ const& last in parse()
88 std::string get_info() const in get_info()
[all …]