Home
last modified time | relevance | path

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

/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 …]
/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;
/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
/external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/
Dctor.pair_like.pass.cpp46 struct tuple_element<N, my_ns::MyPairLike> { struct
47 using type = int;
/external/cronet/third_party/libc++/src/include/__tuple/
Dtuple_element.h26 template <size_t _Ip, class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_element; variable
/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_size_structured_bindings.pass.cpp120 struct std::tuple_element<0, Test> { struct in std
121 typedef int type;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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
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
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/
Dtuple.hpp106 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
/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
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_size_structured_bindings.pass.cpp120 class std::tuple_element<0, Test> { class in std
/external/clang/test/SemaTemplate/
Dclass-template-decl.cpp93 class tuple_element<0, pair<_T1, _T2> > class
/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
Dtuple20.hpp330 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
Dtuple30.hpp470 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
Dtuple40.hpp610 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
Dtuple50.hpp750 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dindexed.hpp380 struct tuple_element<N, boost::range::index_value<T, Indexable>>: struct
/external/fmtlib/test/
Dranges-test.cc201 template <size_t N> struct tuple_element<N, tuple_like> { struct
202 using type = decltype(std::declval<tuple_like>().get<N>());
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1261 auto tuple_element = builder.AddInstruction( in TEST_F() local
1536 auto tuple_element = in TEST_F() local
1767 auto tuple_element = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc549 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
/external/swiftshader/include/vulkan/
Dvulkan.hpp828 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct
830 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp862 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct
864 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan.hpp869 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct
871 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;