Lines Matching refs:segment_table

41 class segment_table {
62 segment_table( const allocator_type& alloc = allocator_type() )
70 segment_table( const segment_table& other ) in segment_table() function
84 segment_table( const segment_table& other, const allocator_type& alloc ) in segment_table() function
97 segment_table( segment_table&& other ) in segment_table() function
106 segment_table( segment_table&& other, const allocator_type& alloc ) in segment_table() function
116 ~segment_table() { in ~segment_table()
120 segment_table& operator=( const segment_table& other ) {
128 segment_table& operator=( segment_table&& other )
141 void swap( segment_table& other ) in swap()
162 return const_cast<segment_table*>(this)->internal_subscript<true>(index);
333 segment_table& my_instance;
340 segment_table& my_instance;
345 void internal_transfer( const segment_table& other, TransferBody transfer_segment ) { in internal_transfer()
375 void internal_move( segment_table&& other ) { in internal_move()
398 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type&, in internal_move_construct_with_allocator()
405 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type& alloc, in internal_move_construct_with_allocator()
422 …void internal_move_assign( segment_table&& other, /*is_always_equal || POCMA = */ std::true_type )… in internal_move_assign()
428 …void internal_move_assign( segment_table&& other, /*is_always_equal || POCMA = */ std::false_type … in internal_move_assign()
440 void internal_swap( segment_table& other, /*is_always_equal || POCS = */ std::true_type ) { in internal_swap()
448 void internal_swap( segment_table& other, /*is_always_equal || POCS = */ std::false_type ) { in internal_swap()
454 void internal_swap_fields( segment_table& other ) { in internal_swap_fields()