Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
Dtypes.pass.cpp24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dutility60 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 &&
Dunordered_map495 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;
Dmap492 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.h141 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
142 const typename _Pair::first_type& operator()(const _Pair& __x) const {
D_pair.h52 typedef _T1 first_type; typedef
D_function.h109 typedef typename _Pair::first_type first_type; typedef
/ndk/sources/cxx-stl/llvm-libc++/include/ext/
Dhash_map234 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/
Dstl_pair.h73 typedef _T1 first_type; typedef
/ndk/sources/cxx-stl/system/include/
Dstl_pair.h73 typedef _T1 first_type; typedef