Home
last modified time | relevance | path

Searched defs:const_range_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h686 const_range_type( const_range_type& r, split) in const_range_type() function
699 const_range_type( const concurrent_skip_list& l) in const_range_type() function
H A D_concurrent_unordered_base.h718 const_range_type( const_range_type& range, split ) in const_range_type() function
733 const_range_type( const concurrent_unordered_base& table ) in const_range_type() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h279 using const_range_type = generic_range_type<const_iterator>; variable
H A Dconcurrent_hash_map.h624 using const_range_type = hash_map_range<const_iterator>; in __TBB_requires() local