Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dnode_handle.h157 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY()
213 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h212 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()
H A Dstl_function.h1149 : 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()
H A Dstl_iterator.h1259 typename iterator_traits<_InputIterator>::value_type::second_type;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_pair.h91 typedef _T2 second_type; /// @c second_type is the second bound type in _GLIBCXX_VISIBILITY() typedef
163 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
H A Dstl_function.h521 : 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()
H A Dhashtable_policy.h408 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
414 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h499 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
505 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h504 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
510 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dfunctional218 : public std::unary_function<_Pair, typename _Pair::second_type>,