Lines Matching defs:alloc

253     concurrent_unordered_base( size_type bucket_count, const allocator_type& alloc )  in concurrent_unordered_base()
256 …oncurrent_unordered_base( size_type bucket_count, const hasher& hash, const allocator_type& alloc ) in concurrent_unordered_base()
259 explicit concurrent_unordered_base( const allocator_type& alloc ) in concurrent_unordered_base()
266 : concurrent_unordered_base(bucket_count, hash, equal, alloc) in concurrent_unordered_base() argument
273 size_type bucket_count, const allocator_type& alloc ) in concurrent_unordered_base()
278 … size_type bucket_count, const hasher& hash, const allocator_type& alloc ) in concurrent_unordered_base()
296 concurrent_unordered_base( const concurrent_unordered_base& other, const allocator_type& alloc ) in concurrent_unordered_base()
322 concurrent_unordered_base( concurrent_unordered_base&& other, const allocator_type& alloc ) in concurrent_unordered_base()
341 size_type bucket_count, const allocator_type& alloc ) in concurrent_unordered_base()
345 … size_type bucket_count, const hasher& hash, const allocator_type& alloc ) in concurrent_unordered_base()
812 : base_type(alloc) {} in base_type() argument
816 … unordered_segment_table( const unordered_segment_table& other, const base_allocator_type& alloc ) in unordered_segment_table()
821 unordered_segment_table( unordered_segment_table&& other, const base_allocator_type& alloc ) in unordered_segment_table()
1377 …rnal_move_construct_with_allocator( concurrent_unordered_base&& other, const allocator_type& alloc, in internal_move_construct_with_allocator()