Home
last modified time | relevance | path

Searched defs:map (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp112 TMap map(v.begin(), v.end()); in test_deduction_guides() local
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_map.cpp232 exception_mmap_type map; variable
H A Dtest_concurrent_hash_map.cpp702 Map map; in test_chmap_access_mode() local
/oneTBB/python/tbb/
H A Dpool.py104 def map(self, func, iterable, chunksize=None): member in Pool
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h469 hash_map_iterator( const Container &map, std::size_t index, const bucket *b, node_base *n ) : in hash_map_iterator()