Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/directive/
Dno_skip.hpp46 struct no_skip_directive : unary_parser<no_skip_directive<Subject> > struct
48 typedef Subject subject_type;
49 no_skip_directive(Subject const& subject_) in no_skip_directive() argument
53 struct attribute
63 parse(Iterator& first, Iterator const& last in parse()
73 parse(Iterator& first, Iterator const& last in parse()
82 info what(Context& context) const in what()
88 Subject subject;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Dno_skip.hpp23 struct no_skip_directive : unary_parser<Subject, no_skip_directive<Subject>> struct
25 typedef unary_parser<Subject, no_skip_directive<Subject> > base_type;
26 static bool const is_pass_through_unary = true;
27 static bool const handles_container = Subject::handles_container;
29 constexpr no_skip_directive(Subject const& subject) in no_skip_directive() function
35 parse(Iterator& first, Iterator const& last in parse()
54 parse(Iterator& first, Iterator const& last in parse()