Home
last modified time | relevance | path

Searched refs:make_tuple_t (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_large_arity.pass.cpp58 using make_tuple_t = typename make_tuple_imp<Tp, std::make_index_sequence<Size>>::type; typedef
71 using Tuple = make_tuple_t<int, Size>; in test_all()
72 using CTuple = make_tuple_t<const int, Size>; in test_all()
118 using Tuple = make_tuple_t<int, Size>; in test_one()
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dlarge_arity.pass.cpp58 using make_tuple_t = typename make_tuple_imp<Tp, std::make_index_sequence<Size>>::type; typedef
72 using Tuple = make_tuple_t<int, Size>; in test_all()
73 using CTuple = make_tuple_t<const int, Size>; in test_all()
119 using Tuple = make_tuple_t<int, Size>; in test_one()