Home
last modified time | relevance | path

Searched defs:expect_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/
Dexpect.hpp40 struct expect_directive : unary_parser<expect_directive<Subject> > struct
42 typedef result_of::compile<domain, Subject> subject_type;
45 struct attribute
51 expect_directive(Subject const& subject_) : subject(subject_) {} in expect_directive() argument
55 bool parse(Iterator& first, Iterator const& last in parse()
73 info what(Context& context) const in what()
78 Subject subject;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Dexpect.hpp41 struct expect_directive : unary_parser<Subject, expect_directive<Subject>> struct
43 typedef unary_parser<Subject, expect_directive<Subject> > base_type;
44 static bool const is_pass_through_unary = true;
46 constexpr expect_directive(Subject const& subject) in expect_directive() function
51 bool parse(Iterator& first, Iterator const& last in parse()