Home
last modified time | relevance | path

Searched defs:tuple_t (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/spirit/classic/phoenix/test/
Dtuples_tests.cpp24 typedef tuple<int, char> tuple_t; in main() typedef
38 typedef tuple<int, char, char const*> tuple_t; in main() typedef
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dtuple.hpp202 constexpr implementation_defined tuple_t{}; variable
205 constexpr hana::tuple<hana::type<T>...> tuple_t{}; variable
/third_party/boost/boost/hana/fwd/
Dtuple.hpp202 constexpr implementation_defined tuple_t{}; variable
205 constexpr hana::tuple<hana::type<T>...> tuple_t{}; variable
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dsample8.cpp193 typedef tuple<T0> tuple_t; in context() typedef
204 typedef tuple<T0, T1> tuple_t; in context() typedef
216 typedef tuple<T0, T1, T2> tuple_t; in context() typedef
229 typedef tuple<T0, T1, T2, T3> tuple_t; in context() typedef
243 typedef tuple<T0, T1, T2, T3> tuple_t; in context() typedef
Dsample7.cpp190 typedef tuple<T0> tuple_t; in locals() typedef
202 typedef tuple<T0, T1> tuple_t; in locals() typedef
215 typedef tuple<T0, T1, T2> tuple_t; in locals() typedef
229 typedef tuple<T0, T1, T2, T3> tuple_t; in locals() typedef
244 typedef tuple<T0, T1, T2, T3> tuple_t; in locals() typedef
Dsample9.cpp229 typedef tuple<T0> tuple_t; in context() typedef
240 typedef tuple<T0, T1> tuple_t; in context() typedef
252 typedef tuple<T0, T1, T2> tuple_t; in context() typedef
265 typedef tuple<T0, T1, T2, T3> tuple_t; in context() typedef
279 typedef tuple<T0, T1, T2, T3> tuple_t; in context() typedef
Dsample10.cpp217 typedef tuple<> tuple_t; in eval() typedef
247 > tuple_t; in eval() typedef
404 typedef tuple<T0> tuple_t; in context() typedef
415 typedef tuple<T0, T1> tuple_t; in context() typedef
427 typedef tuple<T0, T1, T2> tuple_t; in context() typedef
440 typedef tuple<T0, T1, T2, T3> tuple_t; in context() typedef
454 typedef tuple<T0, T1, T2, T3, T4> tuple_t; in context() typedef
/third_party/boost/boost/lambda/
Dclosures.hpp188 typedef typename ClosureT::tuple_t tuple_t; typedef in boost::lambda::closure_member
233 typedef tuple<T0, T1, T2, T3, T4> tuple_t; typedef in boost::lambda::closure
/third_party/boost/boost/spirit/home/classic/phoenix/
Dclosures.hpp255 typedef typename ClosureT::tuple_t tuple_t; typedef in phoenix::closure_member
334 > tuple_t; typedef in phoenix::closure
Dactor.hpp44 typedef TupleT tuple_t; typedef
/third_party/boost/boost/spirit/home/classic/utility/
Dgrammar_def.hpp187 > tuple_t; typedef in boost::spirit::grammar_def
/third_party/boost/boost/yap/detail/
Dtransform.hpp74 using tuple_t = hana::tuple<rvalue_ref_to_value_t<PlaceholderArgs>...>; typedef
99 using tuple_t = hana::tuple<rvalue_ref_to_value_t<PlaceholderArgs>...>; typedef
/third_party/boost/boost/spirit/home/classic/attribute/
Dclosure.hpp109 typedef typename ClosureT::tuple_t tuple_t; typedef in boost::spirit::init_closure_context
143 typedef typename ParserT::tuple_t tuple_t; typedef