Searched refs:second_type (Results 1 – 10 of 10) sorted by relevance
157 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY()213 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
212 typedef _T2 second_type; /// @c second_type is the second bound type in _GLIBCXX_VISIBILITY()397 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
1149 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()1151 typename _Pair::second_type& in _GLIBCXX_VISIBILITY()1155 const typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
1259 typename iterator_traits<_InputIterator>::value_type::second_type;
91 typedef _T2 second_type; /// @c second_type is the second bound type in _GLIBCXX_VISIBILITY() typedef163 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
521 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()524 typename _Pair::second_type& in _GLIBCXX_VISIBILITY()528 const typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
408 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()414 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
499 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()505 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
504 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()510 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
218 : public std::unary_function<_Pair, typename _Pair::second_type>,