Home
last modified time | relevance | path

Searched defs:difference_type (Results 1 – 18 of 18) sorted by relevance

/oneTBB/test/common/
H A Diterator.h36 typedef typename allocator_traits_type::difference_type difference_type; typedef
117 typedef typename allocator_traits_type::difference_type difference_type; typedef
146 typedef typename allocator_traits_type::difference_type difference_type; typedef
204 typedef typename allocator_traits_type::difference_type difference_type; typedef
H A Dcontainer_move_support.h300 using difference_type = std::ptrdiff_t; variable
316 using difference_type = std::ptrdiff_t; variable
/oneTBB/include/oneapi/tbb/
H A Dtbb_allocator.h78 using difference_type = std::ptrdiff_t; variable
H A Dconcurrent_set.h61 using difference_type = typename base_type::difference_type; variable
162 using difference_type = typename base_type::difference_type; variable
H A Dconcurrent_unordered_set.h55 using difference_type = typename base_type::difference_type; variable
194 using difference_type = typename base_type::difference_type; variable
H A Dconcurrent_vector.h47 using difference_type = typename vector_type::difference_type; variable
190 using difference_type = typename vector_iterator<Vector, T>::difference_type; variable
243 using difference_type = std::ptrdiff_t; variable
266 using difference_type = std::ptrdiff_t; variable
H A Dcache_aligned_allocator.h72 using difference_type = std::ptrdiff_t; variable
H A Dconcurrent_unordered_map.h57 using difference_type = typename base_type::difference_type; variable
256 using difference_type = typename base_type::difference_type; variable
H A Dconcurrent_map.h78 using difference_type = typename base_type::difference_type; variable
228 using difference_type = typename base_type::difference_type; variable
H A Dconcurrent_hash_map.h381 using difference_type = typename Container::difference_type; variable
505 using difference_type = typename Iterator::difference_type; variable
612 using difference_type = std::ptrdiff_t; in __TBB_requires() local
H A Dconcurrent_queue.h63 using difference_type = std::ptrdiff_t; variable
338 using difference_type = std::ptrdiff_t; variable
H A Dmemory_pool.h95 typedef ptrdiff_t difference_type; typedef
H A Dscalable_allocator.h242 using difference_type = std::ptrdiff_t; variable
H A Dconcurrent_priority_queue.h48 using difference_type = std::ptrdiff_t; variable
/oneTBB/test/tbb/
H A Dtest_parallel_for_each.cpp40 using difference_type = std::ptrdiff_t; typedef
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h192 using difference_type = std::ptrdiff_t; variable
259 using difference_type = std::ptrdiff_t; variable
668 using difference_type = typename concurrent_skip_list::difference_type; variable
H A D_concurrent_unordered_base.h70 using difference_type = typename Container::difference_type; variable
206 using difference_type = std::ptrdiff_t; variable
707 using difference_type = typename concurrent_unordered_base::difference_type; variable
H A D_concurrent_queue_base.h599 using difference_type = std::ptrdiff_t; variable