Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/utility/
Dscoped_lock.hpp37 typedef ParserT parser_t; typedef
42 typedef typename parser_result<parser_t, ScannerT>::type type;
45 scoped_lock_parser(mutex_t &m, parser_t const &p) in scoped_lock_parser()
86 typedef typename as_parser_t::type parser_t; in operator []() typedef
88 return scoped_lock_parser<mutex_t, parser_t> in operator []()
/third_party/boost/boost/spirit/home/classic/dynamic/impl/
Dselect.ipp71 typedef typename ::phoenix::tuple_element<index, TupleT>::type parser_t;
73 typedef typename parser_result<parser_t, ScannerT>::type result_t;
97 typedef typename ::phoenix::tuple_element<index, TupleT>::type parser_t;
99 typedef typename parser_result<parser_t, ScannerT>::type result_t;
/third_party/boost/boost/spirit/home/classic/dynamic/
Dwhile.hpp39 typedef typename as_parser_t::type parser_t; typedef
43 typedef unary<parser_t, parser<self_t> > base_t;
69 typedef typename parser_result<parser_t, ScannerT>::type sresult_t; in parse()
Dselect.hpp178 BOOST_PP_CAT(parser_t, N); \
181 BOOST_PP_CAT(parser_t, N)::convert(BOOST_PP_CAT(p, N)) \
206 typename parser_t, ::type BOOST_PP_INTERCEPT) \
Dfor.hpp80 typedef typename as_parser_t::type parser_t; typedef
81 typedef unary< parser_t, parser< self_t > > base_t;
111 typedef typename parser_result<parser_t, ScannerT>::type in parse()
Dif.hpp148 typedef typename as_parser_t::type parser_t; typedef
153 typedef unary<parser_t, parser<self_t> > base_t;
171 typedef typename parser_result<parser_t, ScannerT>::type t_result_t; in parse()
/third_party/boost/libs/spirit/classic/test/
Dshortest_alternative_tests.cpp24 parser_t; in shortest_alternative_parser_test() typedef
26 parser_t short_rule = in shortest_alternative_parser_test()
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/
Dsubrule.ipp76 parser_t;
78 typedef typename parser_result<parser_t, ScannerT>::type
/third_party/boost/tools/quickbook/src/
Dparsers.hpp167 typedef typename as_parser_t::type parser_t; in operator []() typedef
169 return scoped_parser_impl<Impl, Arguments, parser_t>( in operator []()
/third_party/boost/boost/spirit/home/classic/utility/impl/
Descape_char.ipp197 parser_t;
199 static parser_t p =