Searched defs:tuple_element (Results 1 – 4 of 4) sorted by relevance
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test42-PR21296-clanggcc.cc | 182 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/ |
D | iteration_proxy.hpp | 179 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 36933 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/json/single_include/nlohmann/ |
D | json.hpp | 4524 class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >> class
|