Home
last modified time | relevance | path

Searched defs:tuple_element (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dtuples.hpp174 struct tuple_element struct
176 typedef nil_t type;
177 typedef nil_t& rtype;
178 typedef nil_t const& crtype;
180 static nil_t get(TupleT const&) { return nil_t(); } in get()
185 struct tuple_element<0, TupleT> struct
187 typedef typename TupleT::a_type type;
188 typedef typename impl::access<type>::type rtype;
189 typedef typename impl::access<type>::ctype crtype;
191 static rtype get(TupleT& t) { return t.a; } in get()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dvariadic_templates_tools.hpp88 struct tuple_element<I, tuple<Head, Tail...> > struct
90 typedef typename tuple_element<I-1, tuple<Tail...> >::type type;
94 struct tuple_element<0, tuple<Head, Tail...> > struct
96 typedef Head type;
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp158 struct tuple_element<I, tuple<Head, Tail...> > { struct
159 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
163 struct tuple_element<0, tuple<Head, Tail...> > { struct
167 int check_tuple_element_0[is_same<tuple_element<0, tuple<int&, float, double>>::type, argument
H A Dexample-bind.cpp124 struct tuple_element<I, tuple<Head, Tail...> > { struct
125 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
129 struct tuple_element<0, tuple<Head, Tail...> > { struct
137 typedef typename tuple_element<I-1, tuple<Values...> >::type Element; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/
Dtuple.hpp100 class tuple_element< I, boost::tuples::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> >: class
105 template<std::size_t I, class H, class T> class tuple_element< I, boost::tuples::cons<H, T> >: class
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/
H A Dctor.pair_like.pass.cpp46 struct tuple_element<N, my_ns::MyPairLike> { struct
47 using type = int;
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_structured_bindings.pass.cpp120 struct std::tuple_element<0, Test> { struct in std
121 typedef int type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__tuple/
Dtuple_element.h27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__tuple/
Dtuple_element.h27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__tuple/
H A Dtuple_element.h24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__tuple/
Dtuple_element.h24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__tuple/
Dtuple_element.h24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__tuple/
Dtuple_element.h27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/
H A Dtuple.h22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/
Dtuple.h22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/
Dtuple.h22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dtuple.h22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dtuple.h22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/
Dtuple.hpp92 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/
Dtuple.hpp106 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_structured_bindings.pass.cpp120 class std::tuple_element<0, Test> { class in std
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dclass-template-decl.cpp93 class tuple_element<0, pair<_T1, _T2> > class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/preprocessed/
Dtuple10.hpp190 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
/aosp_15_r20/external/fmtlib/test/
H A Dranges-test.cc240 template <size_t N> struct tuple_element<N, tuple_like> { struct
241 using type = decltype(std::declval<tuple_like>().get<N>());
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dindexed.hpp380 struct tuple_element<N, boost::range::index_value<T, Indexable>>: struct

12