Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Dno_actions.hpp101 struct no_actions_parser: struct
104 typedef no_actions_parser<ParserT> self_t;
105 typedef unary_parser_category parser_category_t;
106 typedef no_actions_parser_gen parser_generator_t;
107 typedef unary<ParserT, parser<self_t> > base_t;
110 struct result
115 no_actions_parser(ParserT const& p) in no_actions_parser() argument
121 parse(ScannerT const& scan) const in parse()