Home
last modified time | relevance | path

Searched refs:as_parser_t (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/classic/utility/
Dscoped_lock.hpp85 typedef ::BOOST_SPIRIT_CLASSIC_NS::as_parser<ParserT> as_parser_t; in operator []() typedef
86 typedef typename as_parser_t::type parser_t; in operator []()
89 (mutex, as_parser_t::convert(p)); in operator []()
/third_party/boost/boost/spirit/home/classic/dynamic/
Dwhile.hpp38 typedef as_parser<ParsableT> as_parser_t; typedef
39 typedef typename as_parser_t::type parser_t;
51 , base_t(as_parser_t::convert(body)) in while_parser()
Dfor.hpp79 typedef as_parser<ParsableT> as_parser_t; typedef
80 typedef typename as_parser_t::type parser_t;
95 , base_t(as_parser_t::convert(p)) in for_parser()
Dif.hpp147 typedef as_parser<ParsableT> as_parser_t; typedef
148 typedef typename as_parser_t::type parser_t;
157 , base_t(as_parser_t::convert(p)) in if_parser()
/third_party/boost/tools/quickbook/src/
Dparsers.hpp166 typedef cl::as_parser<ParserT> as_parser_t; in operator []() typedef
167 typedef typename as_parser_t::type parser_t; in operator []()
/third_party/boost/boost/spirit/home/classic/dynamic/impl/
Dswitch.ipp488 typedef as_parser<ParserT> as_parser_t;
490 static cond_functor<typename as_parser_t::type>
493 return cond_functor<typename as_parser_t::type>(
494 as_parser_t::convert(cond));