• Home
  • Raw
  • Download

Lines Matching refs:__table

767                          __key_equal,  __allocator_type>   __table;
769 __table __table_;
771 typedef typename __table::_NodeTypes _NodeTypes;
772 typedef typename __table::__node_pointer __node_pointer;
773 typedef typename __table::__node_const_pointer __node_const_pointer;
774 typedef typename __table::__node_traits __node_traits;
775 typedef typename __table::__node_allocator __node_allocator;
776 typedef typename __table::__node __node;
781 static_assert((is_same<typename __table::__container_value_type, value_type>::value), "");
782 static_assert((is_same<typename __table::__node_value_type, __value_type>::value), "");
786 typedef typename __table::size_type size_type;
787 typedef typename __table::difference_type difference_type;
789 typedef __hash_map_iterator<typename __table::iterator> iterator;
790 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
791 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator;
792 typedef __hash_map_const_iterator<typename __table::const_local_iterator> const_local_iterator;
796 _NOEXCEPT_(is_nothrow_default_constructible<__table>::value)
825 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
881 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1097 _NOEXCEPT_(__is_nothrow_swappable<__table>::value)
1198 : __table_(__hf, __eql, typename __table::allocator_type(__a))
1210 : __table_(typename __table::allocator_type(__a))
1247 : __table_(__hf, __eql, typename __table::allocator_type(__a))
1271 : __table_(__u.__table_, typename __table::allocator_type(__a))
1286 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1298 : __table_(_VSTD::move(__u.__table_), typename __table::allocator_type(__a))
1348 : __table_(__hf, __eql, typename __table::allocator_type(__a))
1365 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
1536 __key_equal, __allocator_type> __table;
1538 __table __table_;
1540 typedef typename __table::_NodeTypes _NodeTypes;
1541 typedef typename __table::__node_traits __node_traits;
1542 typedef typename __table::__node_allocator __node_allocator;
1543 typedef typename __table::__node __node;
1553 typedef typename __table::size_type size_type;
1554 typedef typename __table::difference_type difference_type;
1556 typedef __hash_map_iterator<typename __table::iterator> iterator;
1557 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
1558 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator;
1559 typedef __hash_map_const_iterator<typename __table::const_local_iterator> const_local_iterator;
1563 _NOEXCEPT_(is_nothrow_default_constructible<__table>::value)
1592 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1649 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1743 _NOEXCEPT_(__is_nothrow_swappable<__table>::value)
1833 : __table_(__hf, __eql, typename __table::allocator_type(__a))
1871 : __table_(__hf, __eql, typename __table::allocator_type(__a))
1884 : __table_(typename __table::allocator_type(__a))
1906 : __table_(__u.__table_, typename __table::allocator_type(__a))
1921 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1933 : __table_(_VSTD::move(__u.__table_), typename __table::allocator_type(__a))
1985 : __table_(__hf, __eql, typename __table::allocator_type(__a))
2002 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)