Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dlists.hpp101 struct list_parser : struct
104 typedef list_parser<ItemT, DelimT, EndT, CategoryT> self_t;
105 typedef CategoryT parser_category_t;
107 list_parser(ItemT const &item_, DelimT const &delim_, in list_parser() function
114 parse(ScannerT const& scan) const in parse()
121 typename as_parser<ItemT>::type::embed_t item;
122 typename as_parser<DelimT>::type::embed_t delim;
123 typename as_parser<EndT>::type::embed_t end;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/
Dbind.cpp33 class list_parser class