Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/directive/
Das.hpp77 struct as_directive struct
80 typedef Subject subject_type;
81 typedef typename subject_type::properties properties;
83 as_directive(Subject const& subject) in as_directive() argument
87 struct attribute
94 bool generate(OutputIterator& sink, Context& ctx, Delimiter const& d in generate()
105 info what(Context& context) const in what()
110 Subject subject;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/directive/
Das.hpp74 struct as_directive : unary_parser<as_directive<Subject, T> > struct
76 typedef Subject subject_type;
77 as_directive(Subject const& subject_) in as_directive() function
81 struct attribute
88 bool parse(Iterator& first, Iterator const& last in parse()
103 bool parse(Iterator& first, Iterator const& last in parse()
116 info what(Context& context) const in what()
121 Subject subject;