Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dconfix.hpp339 struct comment_nest_parser: struct
342 typedef comment_nest_parser<OpenT, CloseT> self_t;
344 comment_nest_parser(OpenT const &open_, CloseT const &close_): in comment_nest_parser() function
350 parse(ScannerT const &scan) const in parse()
360 do_parse(ParserT const &p, ScannerT const &scan) const in do_parse()
368 typename as_parser<OpenT>::type::embed_t open;
369 typename as_parser<CloseT>::type::embed_t close;