Searched refs:lazy_parser (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/dynamic/ |
D | lazy.hpp | 30 struct lazy_parser : parser<lazy_parser<ActorT> > struct 32 typedef lazy_parser<ActorT> self_t; argument 44 lazy_parser(ActorT const& actor_) in lazy_parser() argument 59 lazy_parser<ActorT> lazy_p(ActorT const& actor) in lazy_p() 60 { return lazy_parser<ActorT>(actor); } in lazy_p()
|
D | typeof.hpp | 38 template<typename ActorT> struct lazy_parser; 69 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::lazy_parser,1)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/ |
D | lazy.hpp | 92 struct lazy_parser : parser<lazy_parser<Function, Modifiers> > struct 121 lazy_parser(Function const& function_, Modifiers const& modifiers_) in lazy_parser() function 236 typedef lazy_parser<phoenix::actor<Eval>, Modifiers> result_type; 247 typedef lazy_parser<Actor, Modifiers> result_type; 275 qi::lazy_parser<Actor, Modifiers>, Attribute, Context, Iterator> 277 typename qi::lazy_parser<Actor, Modifiers>::template
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/ |
D | Jamfile | 211 exe lazy_parser 212 : intermediate/lazy_parser.cpp
|