Searched refs:second_type (Results 1 – 8 of 8) sorted by relevance
66 typedef T2 second_type;322 typedef _T2 second_type;365 && is_constructible<second_type, _U2>::value367 || !is_convertible<_U2, second_type>::value);373 && is_constructible<second_type, _U2>::value375 && is_convertible<_U2, second_type>::value;518 is_copy_assignable<second_type>::value,521 is_nothrow_copy_assignable<second_type>::value)531 is_move_assignable<second_type>::value,534 is_nothrow_move_assignable<second_type>::value)[all …]
37 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
556 typename _Pair::second_type>558 typename _Pair::second_type&562 const typename _Pair::second_type&
71 typedef _T2 second_type; ///< @c second_type is the second bound type typedef
622 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_BEGIN_NAMESPACE()628 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_BEGIN_NAMESPACE()
317 typedef typename value_type::second_type second_type;372 typedef typename _HashIterator::value_type::second_type mapped_type;417 typedef typename _HashIterator::value_type::second_type mapped_type;
3294 typename T::second_type& Second(T& x, Rank0) { // NOLINT3298 const typename T::second_type& Second(const T& x, Rank0) {3375 typedef typename RawPairType::second_type SecondType;
1532 using second_type = string; typedef