/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | unordered_map.h | 73 class unordered_multimap; in _GLIBCXX_VISIBILITY() local 879 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>& __source) in _GLIBCXX_VISIBILITY() 887 merge(unordered_multimap<_Key, _Tp, _H2, _P2, _Alloc>&& __source) in _GLIBCXX_VISIBILITY() 1233 class unordered_multimap in _GLIBCXX_VISIBILITY() 1271 unordered_multimap() = default; in _GLIBCXX_VISIBILITY() 1281 unordered_multimap(size_type __n, in _GLIBCXX_VISIBILITY() 1302 unordered_multimap(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 1311 unordered_multimap(const unordered_multimap&) = default; in _GLIBCXX_VISIBILITY() 1314 unordered_multimap(unordered_multimap&&) = default; in _GLIBCXX_VISIBILITY() 1321 unordered_multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/ |
H A D | unordered_map | 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*- 321 #define _GLIBCXX_BASE unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> 324 /// Class std::unordered_multimap wrapper with performance instrumentation. 329 class unordered_multimap 331 public _Unordered_profile<unordered_multimap<_Key, _Tp, 357 unordered_multimap() = default; 360 unordered_multimap(size_type __n, 367 unordered_multimap(_InputIterator __f, _InputIterator __l, 374 unordered_multimap(const unordered_multimap&) = default; 376 unordered_multimap(const _Base& __x) [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 735 /// Class std::unordered_multimap with safety/checking/debug instrumentation. 740 class unordered_multimap 742 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>, _Alloc, 744 public _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> 746 typedef _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, 748 typedef __gnu_debug::_Safe_container<unordered_multimap, 765 _Base_iterator, unordered_multimap> iterator; 767 _Base_const_iterator, unordered_multimap> const_iterator; 769 _Base_local_iterator, unordered_multimap> local_iterator; [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
H A D | unordered_map | 1 // Profiling unordered_map/unordered_multimap implementation -*- C++ -*- 344 #define _GLIBCXX_BASE unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> 347 /// Class std::unordered_multimap wrapper with performance instrumentation. 352 class unordered_multimap 372 unordered_multimap(size_type __n = 10, 381 unordered_multimap(_InputIterator __f, _InputIterator __l, 391 unordered_multimap(const unordered_multimap& __x) 397 unordered_multimap(const _Base& __x) 403 unordered_multimap(unordered_multimap&& __x) 409 unordered_multimap(initializer_list<value_type> __l, [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | unordered_map | 1 // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- 456 /// Class std::unordered_multimap with safety/checking/debug instrumentation. 461 class unordered_multimap 462 : public _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, 464 public __gnu_debug::_Safe_unordered_container<unordered_multimap<_Key, 467 typedef _GLIBCXX_STD_C::unordered_multimap<_Key, _Tp, _Hash, 469 typedef __gnu_debug::_Safe_unordered_container<unordered_multimap> 486 unordered_multimap> iterator; 488 unordered_multimap> const_iterator; 490 _Base_local_iterator, unordered_multimap> local_iterator; [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | unordered_map.h | 332 class unordered_multimap in _GLIBCXX_VISIBILITY() 345 unordered_multimap(size_type __n = 10, in _GLIBCXX_VISIBILITY() 353 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 361 unordered_multimap(initializer_list<value_type> __l, in _GLIBCXX_VISIBILITY() 369 unordered_multimap& in _GLIBCXX_VISIBILITY() 386 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 387 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY() 404 operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 405 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY() 410 operator!=(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | unordered_map.h | 232 class unordered_multimap in _GLIBCXX_VISIBILITY() 245 unordered_multimap(size_type __n = 10, in _GLIBCXX_VISIBILITY() 254 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 272 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | unordered_map.h | 232 class unordered_multimap in _GLIBCXX_VISIBILITY() 245 unordered_multimap(size_type __n = 10, in _GLIBCXX_VISIBILITY() 254 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 272 swap(unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY() 273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | unordered_map | 58 erase_if(unordered_multimap<_Key, _Tp, _Hash, _CPred, _Alloc>& __cont, 71 using unordered_multimap 72 = std::unordered_multimap<_Key, _Tp, _Hash, _Pred,
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | system.h | 69 #define Unordered_multimap std::unordered_multimap 83 #define Unordered_multimap std::tr1::unordered_multimap
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | system.h | 75 #define Unordered_multimap std::unordered_multimap 89 #define Unordered_multimap std::tr1::unordered_multimap
|