Home
last modified time | relevance | path

Searched refs:self_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h61 using self_type = micro_queue<T, Allocator>; variable
188 …micro_queue_pop_finalizer<self_type, value_type, page_allocator_type> finalizer(*this, page_alloca… in pop()
315 friend class micro_queue_pop_finalizer<self_type, value_type, page_allocator_type>;
409 using self_type = concurrent_queue_rep<T, Allocator>; member
419 using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<self_type>;
H A D_concurrent_unordered_base.h188 using self_type = concurrent_unordered_base<Traits>; variable
208 using iterator = solist_iterator<self_type, value_type>;
209 using const_iterator = solist_iterator<self_type, const value_type>;
554 value_node_ptr result = const_cast<self_type*>(this)->internal_find(key); in find()
566 value_node_ptr result = const_cast<self_type*>(this)->internal_find(key); in find()
576 auto result = const_cast<self_type*>(this)->internal_equal_range(key); in equal_range()
588 auto result = const_cast<self_type*>(this)->internal_equal_range(key); in equal_range()
616 auto bucket_begin = first_value_node(const_cast<self_type*>(this)->get_bucket(n)); in unsafe_begin()
621 auto bucket_begin = first_value_node(const_cast<self_type*>(this)->get_bucket(n)); in unsafe_cbegin()
792 using self_type = unordered_segment_table; variable
H A D_concurrent_skip_list.h248 using self_type = concurrent_skip_list<container_traits>; variable
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h230 using self_type = concurrent_vector<T, Allocator>; variable
231 using base_type = segment_table<T, Allocator, self_type, embedded_table_num_segments>;
233 friend class segment_table<T, Allocator, self_type, embedded_table_num_segments>;
738 return const_cast<self_type*>(this)->internal_subscript(index); in internal_subscript()
747 return const_cast<self_type*>(this)->internal_subscript_with_exceptions(index); in internal_subscript_with_exceptions()