| /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 …]
|
| /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;
|
| /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
|
| /external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
| D | ctor.pair_like.pass.cpp | 46 struct tuple_element<N, my_ns::MyPairLike> { struct 47 using type = int;
|
| /external/cronet/third_party/libc++/src/include/__tuple/ |
| D | tuple_element.h | 26 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/ |
| D | tuple_size_structured_bindings.pass.cpp | 120 struct std::tuple_element<0, Test> { struct in std 121 typedef int type;
|
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| 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
|
| 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
|
| /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
|
| /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
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
| D | tuple_size_structured_bindings.pass.cpp | 120 class std::tuple_element<0, Test> { class in std
|
| /external/clang/test/SemaTemplate/ |
| D | class-template-decl.cpp | 93 class tuple_element<0, pair<_T1, _T2> > class
|
| /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
|
| D | tuple20.hpp | 330 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
| D | tuple30.hpp | 470 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
| D | tuple40.hpp | 610 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
| D | tuple50.hpp | 750 struct tuple_element : result_of::value_at_c<Tuple, N> {}; struct
|
| /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
|
| /external/fmtlib/test/ |
| D | ranges-test.cc | 201 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/ |
| D | buffer_assignment_test.cc | 1261 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/ |
| D | ir_emitter.cc | 549 llvm::Value* tuple_element = llvm_ir::EmitGetTupleElement( in HandleOutfeed() local
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 828 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/ |
| D | vulkan.hpp | 862 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/ |
| D | vulkan.hpp | 869 struct tuple_element<Index, VULKAN_HPP_NAMESPACE::StructureChain<Elements...>> struct 871 using type = typename std::tuple_element<Index, std::tuple<Elements...>>::type;
|