Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Draw.hpp24 struct raw_directive : unary_parser<Subject, raw_directive<Subject>> struct
26 typedef unary_parser<Subject, raw_directive<Subject> > base_type;
27 typedef raw_attribute_type attribute_type;
28 static bool const handles_container = true;
29 typedef Subject subject_type;
31 constexpr raw_directive(Subject const& subject) in raw_directive() function
36 bool parse(Iterator& first, Iterator const& last in parse()
51 bool parse(Iterator& first, Iterator const& last in parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/directive/
Draw.hpp44 struct raw_directive : unary_parser<raw_directive<Subject> > struct
46 typedef Subject subject_type;
47 raw_directive(Subject const& subject_) in raw_directive() argument
51 struct attribute
58 bool parse(Iterator& first, Iterator const& last in parse()
73 info what(Context& context) const in what()
79 Subject subject;