Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/auxiliary/
Deoi.hpp17 struct eoi_parser : parser<eoi_parser> struct
19 typedef unused_type attribute_type;
20 static bool const has_attribute = false;
23 bool parse(Iterator& first, Iterator const& last in parse()
/third_party/boost/boost/spirit/home/qi/auxiliary/
Deoi.hpp39 struct eoi_parser : primitive_parser<eoi_parser> struct
42 struct attribute
49 bool parse(Iterator& first, Iterator const& last in parse()
58 info what(Context& /*context*/) const in what()