Home
last modified time | relevance | path

Searched defs:value_type (Results 1 – 25 of 38) sorted by relevance

12

/oneTBB/test/common/
H A Diterator.h35 typedef T value_type; typedef
116 typedef T value_type; typedef
143 typedef T value_type; typedef
201 typedef const T value_type; typedef
H A Dallocator_stl_test_common.h43 using value_type = typename Set::value_type; in TestSet() local
54 using value_type = typename Map::value_type; in TestMap() local
H A Dparallel_for_each_common.h168 typedef typename std::iterator_traits<Iterator>::value_type value_type; in TestBodyMove() typedef
181 typedef typename std::iterator_traits<Iterator>::value_type value_type; in TestBody() typedef
215 typedef typename std::iterator_traits<Iterator>::value_type value_type; in TestGenericLambda() typedef
227 typedef typename std::iterator_traits<Iterator>::value_type value_type; in TestGenericLambdaMove() typedef
289 using value_type = std::size_t; member
380 typedef typename std::iterator_traits<Iterator>::value_type value_type; in TestMoveIterator() typedef
H A Dconcurrent_priority_queue_common.h62 using value_type = typename QueueType::value_type; in examine() local
204 using value_type = std::unique_ptr<T>; in type_tester_unique_ptr() local
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp49 typedef Matrix value_type; typedef in Cell
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp57 typedef char value_type; typedef in MinimalAllocator
87 typedef char value_type; typedef in NullAllocator
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h35 using value_type = key_type; member
59 using value_type = typename base_type::value_type; variable
160 using value_type = typename base_type::value_type; variable
H A Dconcurrent_unordered_set.h31 using value_type = key_type; member
53 using value_type = typename base_type::value_type; variable
192 using value_type = typename base_type::value_type; variable
H A Dmemory_pool.h89 typedef T value_type; typedef
147 typedef void value_type; typedef
H A Dconcurrent_unordered_map.h31 using value_type = std::pair<const Key, T>; member
55 using value_type = typename base_type::value_type; variable
254 using value_type = typename base_type::value_type; variable
H A Dconcurrent_map.h39 using value_type = std::pair<const key_type, mapped_type>; member
76 using value_type = typename base_type::value_type; variable
226 using value_type = typename base_type::value_type; variable
H A Dtbb_allocator.h103 using value_type = void; variable
H A Dconcurrent_lru_cache.h56 using value_type = ValT; variable
H A Dcache_aligned_allocator.h92 using value_type = void; variable
H A Dconcurrent_queue.h60 using value_type = T; variable
335 using value_type = T; variable
/oneTBB/test/tbb/
H A Dtest_concurrent_queue_whitebox.cpp50 using value_type = typename Q::value_type; in operator ()() typedef
H A Dtest_parallel_for_each.cpp39 using value_type = T; typedef
H A Dtest_concurrent_hash_map.cpp74 using value_type = typename Table::value_type; typedef in test_insert_by_key
97 using value_type = typename Table::value_type; typedef in test_range
199 using value_type = typename Table::value_type; in Examine() typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp67 using value_type = typename container_type::value_type; in test_member_types() typedef
H A Dconformance_concurrent_map.cpp87 using value_type = typename container_type::value_type; in test_member_types() typedef
H A Dconformance_concurrent_unordered_set.cpp80 using value_type = typename container_type::value_type; in test_member_types() typedef
H A Dconformance_concurrent_unordered_map.cpp97 using value_type = typename container_type::value_type; in test_member_types() typedef
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp37 typedef std::size_t value_type; // the type of items we are attempting to pack into bins typedef
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_tagged_buffer_impl.h51 typedef ValueType value_type; typedef
H A D_concurrent_skip_list.h190 using value_type = ValueType; variable
254 using value_type = typename container_traits::value_type; variable
670 using value_type = typename iterator::value_type; variable
716 using value_type = typename iterator::value_type; variable

12