Searched refs:first_type (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/ |
D | types.pass.cpp | 24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | utility | 60 typedef T1 first_type; 218 typedef _T1 first_type; 244 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && 253 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && 264 class = typename enable_if<is_convertible<_U1, first_type>::value && 281 pair(pair&& __p) _NOEXCEPT_(is_nothrow_move_constructible<first_type>::value && 283 : first(_VSTD::forward<first_type>(__p.first)), 290 operator=(pair&& __p) _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && 293 first = _VSTD::forward<first_type>(__p.first); 340 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value &&
|
D | unordered_map | 495 typedef typename value_type::first_type first_type; 552 typedef const typename _HashIterator::value_type::first_type key_type; 608 typedef const typename _HashIterator::value_type::first_type key_type;
|
D | map | 492 typedef typename value_type::first_type first_type; 545 typedef const typename _TreeIterator::value_type::first_type __key_type; 610 typedef const typename _TreeIterator::value_type::first_type __key_type;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function_base.h | 141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> { 142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
|
D | _pair.h | 52 typedef _T1 first_type; typedef
|
D | _function.h | 109 typedef typename _Pair::first_type first_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/include/ext/ |
D | hash_map | 234 size_t operator()(const typename _Tp::first_type& __x) const 250 size_t operator()(const typename _Tp::first_type& __x) const 270 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 273 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 276 bool operator()(const typename _Tp::first_type& __x, 277 const typename _Tp::first_type& __y) const 293 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 296 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 299 bool operator()(const typename _Tp::first_type& __x, 300 const typename _Tp::first_type& __y) const [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | stl_pair.h | 73 typedef _T1 first_type; typedef
|
/ndk/sources/cxx-stl/system/include/ |
D | stl_pair.h | 73 typedef _T1 first_type; typedef
|