/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 174 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/ |
D | variadic_templates_tools.hpp | 88 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 D | example-tuple.cpp | 158 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 D | example-bind.cpp | 124 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/ |
D | tuple.hpp | 100 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 D | ctor.pair_like.pass.cpp | 46 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 D | tuple_size_structured_bindings.pass.cpp | 120 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/ |
D | tuple_element.h | 27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__tuple/ |
D | tuple_element.h | 27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__tuple/ |
H A D | tuple_element.h | 24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__tuple/ |
D | tuple_element.h | 24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__tuple/ |
D | tuple_element.h | 24 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__tuple/ |
D | tuple_element.h | 27 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/ |
H A D | tuple.h | 22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/ |
D | tuple.h | 22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/ |
D | tuple.h | 22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | tuple.h | 22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | tuple.h | 22 struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/ |
D | tuple.hpp | 92 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/ |
D | tuple.hpp | 106 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 D | tuple_size_structured_bindings.pass.cpp | 120 class std::tuple_element<0, Test> { class in std
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | class-template-decl.cpp | 93 class tuple_element<0, pair<_T1, _T2> > class
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/preprocessed/ |
D | tuple10.hpp | 190 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | ranges-test.cc | 240 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/ |
D | indexed.hpp | 380 struct tuple_element<N, boost::range::index_value<T, Indexable>>: struct
|