Searched refs:node_parser (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/tree/ |
D | common.hpp | 951 struct node_parser struct 952 : public unary<T, parser<node_parser<T, NodeParserT> > > 954 typedef node_parser<T, NodeParserT> self_t; argument 958 node_parser(T const& a) in node_parser() function 959 : unary<T, parser<node_parser<T, NodeParserT> > >(a) {} in node_parser() 986 typedef node_parser<T, NodeParserT> type; 990 static node_parser<T, NodeParserT> 993 return node_parser<T, NodeParserT>(s.derived()); in generate() 997 node_parser<T, NodeParserT> 1000 return node_parser<T, NodeParserT>(s.derived()); in operator []()
|
D | common_fwd.hpp | 61 struct node_parser;
|
D | typeof.hpp | 36 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::node_parser,2)
|