Home
last modified time | relevance | path

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

/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc182 struct tuple_element<__i, tuple<_Head, _Tail...> > struct
189 struct tuple_element<0, tuple<_Head, _Tail...> > struct
191 typedef _Head type;
195 struct tuple_element<__i, const _Tp> struct
197 typedef const typename tuple_element<__i, _Tp>::type type;
/third_party/json/include/nlohmann/detail/iterators/
Diteration_proxy.hpp226 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp36933 struct tuple_element<__i, const _Tp> struct
36935 typedef typename add_const<__tuple_element_t<__i, _Tp>>::type type;
36939 struct tuple_element<__i, volatile _Tp> struct
36941 typedef typename add_volatile<__tuple_element_t<__i, _Tp>>::type type;
36945 struct tuple_element<__i, const volatile _Tp> struct
36947 typedef typename add_cv<__tuple_element_t<__i, _Tp>>::type type;
36975 struct tuple_element<0, std::pair<_Tp1, _Tp2>> struct
36976 { typedef _Tp1 type; };
36980 struct tuple_element<1, std::pair<_Tp1, _Tp2>> struct
36981 { typedef _Tp2 type; };
[all …]
/third_party/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;
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp4482 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
/third_party/json/single_include/nlohmann/
Djson.hpp5304 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class