Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/dynamic/
Dif.hpp139 struct if_parser struct
146 typedef if_parser<ParsableT, CondT> self_t;
147 typedef as_parser<ParsableT> as_parser_t;
148 typedef typename as_parser_t::type parser_t;
150 typedef as_parser<CondT> cond_as_parser_t;
151 typedef typename cond_as_parser_t::type condition_t;
152 typedef condition_evaluator<condition_t> eval_t;
153 typedef unary<parser_t, parser<self_t> > base_t;
155 if_parser(ParsableT const& p, CondT const& cond_) in if_parser() argument
162 struct result
[all …]