Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/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++/libcxx/include/
Dutility60 typedef T1 first_type;
250 typedef _T1 first_type;
281 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
291 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
302 class = typename enable_if<is_convertible<_U1, first_type>::value &&
323 pair(pair&& __p) _NOEXCEPT_(is_nothrow_move_constructible<first_type>::value &&
325 : first(_VSTD::forward<first_type>(__p.first)),
333 operator=(pair&& __p) _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value &&
336 first = _VSTD::forward<first_type>(__p.first);
383 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value &&
Dmap531 typedef typename value_type::value_type::first_type first_type;
653 typedef const typename _TreeIterator::value_type::value_type::first_type __key_type;
718 typedef const typename _TreeIterator::value_type::value_type::first_type __key_type;
Dunordered_map477 typedef typename value_type::value_type::first_type first_type;
599 typedef const typename _HashIterator::value_type::value_type::first_type key_type;
655 typedef const typename _HashIterator::value_type::value_type::first_type key_type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
Dhash_map238 size_t operator()(const typename _Tp::first_type& __x) const
254 size_t operator()(const typename _Tp::first_type& __x) const
274 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
277 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
280 bool operator()(const typename _Tp::first_type& __x,
281 const typename _Tp::first_type& __y) const
297 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
300 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
303 bool operator()(const typename _Tp::first_type& __x,
304 const typename _Tp::first_type& __y) const
[all …]
/ndk/sources/cxx-stl/system/include/
Dstl_pair.h73 typedef _T1 first_type; typedef
/ndk/sources/cxx-stl/gabi++/include/
Dstl_pair.h73 typedef _T1 first_type; typedef