Home
last modified time | relevance | path

Searched refs:plain_parser_category (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/spirit/home/classic/core/
Dparser.hpp41 struct plain_parser_category {}; struct
42 struct binary_parser_category : plain_parser_category {};
43 struct unary_parser_category : plain_parser_category {};
121 typedef plain_parser_category parser_category_t;
Dtypeof.hpp29 struct plain_parser_category;
123 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::plain_parser_category)
/third_party/boost/boost/spirit/home/classic/utility/
Dlists.hpp274 plain_parser_category // inhibit action re-attachment
281 plain_parser_category> in direct()
300 plain_parser_category // inhibit action re-attachment
310 list_parser<item_t, delim_t, end_t, plain_parser_category> in direct()
Dlists_fwd.hpp22 typename CategoryT = plain_parser_category
Dconfix_fwd.hpp25 typename CategoryT = plain_parser_category,
Dconfix.hpp190 plain_parser_category, // do not re-attach action
/third_party/boost/boost/spirit/home/classic/meta/impl/
Dfundamental.ipp31 struct nodes<plain_parser_category> {
96 // Only plain_parser_category type parsers are counted as leaf nodes.
103 struct leafs<plain_parser_category> {
Dtraverse.ipp151 struct traverse_post_order_return_category<plain_parser_category> {
223 struct traverse_post_order<plain_parser_category> {
/third_party/boost/boost/spirit/home/classic/utility/impl/
Dlists.ipp145 struct list_parser_type<plain_parser_category> {
Dconfix.ipp195 struct confix_parser_type<plain_parser_category> {