Home
last modified time | relevance | path

Searched defs:no_case_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/
Dno_case.hpp19 struct no_case_directive : unary_parser<Subject, no_case_directive<Subject>> struct
21 typedef unary_parser<Subject, no_case_directive<Subject> > base_type;
22 static bool const is_pass_through_unary = true;
23 static bool const handles_container = Subject::handles_container;
25 constexpr no_case_directive(Subject const& subject) in no_case_directive() function
30 bool parse(Iterator& first, Iterator const& last in parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dtoy_spirit.cpp521 struct no_case_directive struct
525 operator [](Expr const &expr) const in operator []()