Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Deol.hpp17 struct eol_parser : parser<eol_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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/
Deol.hpp39 struct eol_parser : primitive_parser<eol_parser> struct
42 struct attribute
49 bool parse(Iterator& first, Iterator const& last in parse()
76 info what(Context& /*context*/) const in what()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp583 struct eol_parser : public parser<eol_parser> struct
585 typedef eol_parser self_t;
587 eol_parser() {} in eol_parser() function
591 parse(ScannerT const& scan) const in parse()