Home
last modified time | relevance | path

Searched defs:size_type (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/include/oneapi/tbb/
H A Dblocked_range.h52 using size_type = std::size_t; in __TBB_requires() local
H A Dmemory_pool.h94 typedef size_t size_type; typedef
116 void deallocate( pointer p, size_type ) { in deallocate() argument
H A Dtbb_allocator.h79 using size_type = std::size_t; variable
H A Dconcurrent_set.h60 using size_type = typename base_type::size_type; variable
161 using size_type = typename base_type::size_type; variable
H A Dconcurrent_unordered_set.h54 using size_type = typename base_type::size_type; variable
193 using size_type = typename base_type::size_type; variable
H A Dcache_aligned_allocator.h73 using size_type = std::size_t; variable
H A Dconcurrent_unordered_map.h56 using size_type = typename base_type::size_type; variable
255 using size_type = typename base_type::size_type; variable
H A Dconcurrent_map.h77 using size_type = typename base_type::size_type; variable
227 using size_type = typename base_type::size_type; variable
H A Dscalable_allocator.h243 using size_type = std::size_t; variable
H A Dconcurrent_priority_queue.h47 using size_type = std::size_t; variable
H A Dconcurrent_vector.h46 using size_type = typename vector_type::size_type; variable
265 using size_type = std::size_t; variable
H A Dconcurrent_hash_map.h380 using size_type = typename Container::size_type; variable
611 using size_type = typename base_type::size_type; in __TBB_requires() local
H A Dflow_graph.h1162 typedef size_t size_type; typedef
1502 typedef typename base_type::size_type size_type; typedef
1629 typedef typename buffer_node<T>::size_type size_type; in __TBB_requires() typedef
1699 typedef typename buffer_node<T>::size_type size_type; typedef
/oneTBB/src/tbb/
H A Drml_base.h67 typedef unsigned size_type; typedef
H A Dparallel_pipeline.cpp116 using size_type = Token; typedef in tbb::detail::r1::input_buffer
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h31 typedef size_t size_type; typedef
399 typedef size_t size_type; typedef
H A D_flow_graph_item_buffer_impl.h40 typedef size_t size_type; typedef
H A D_flow_graph_impl.h48 typedef size_t size_type; typedef
H A D_segment_table.h48 using size_type = std::size_t; variable
H A D_concurrent_skip_list.h60 using size_type = std::size_t; variable
258 using size_type = std::size_t; variable
H A D_concurrent_queue_base.h410 using size_type = std::size_t; member
H A D_concurrent_unordered_base.h828 … base_type::segment_table_type, typename base_type::segment_index_type segment_index, size_type ) { in create_segment() argument
887 …e::segment_table_type allocate_long_table( const typename base_type::atomic_segment*, size_type ) { in allocate_long_table() argument
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp36 typedef std::size_t size_type; // to represent non-zero indices, capacities, etc. typedef
/oneTBB/test/common/
H A Dconcurrent_unordered_common.h154 using size_type = typename Table::size_type; in CustomExamine() local
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp125 using size_type = typename Table::size_type; typedef in check_value
200 using size_type = typename Table::size_type; in Examine() typedef

12