Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h387 hash_map_iterator(): my_map(), my_index(), my_bucket(), my_node() {} in hash_map_iterator() function
388 hash_map_iterator( const hash_map_iterator<Container, typename Container::value_type>& other ) : in hash_map_iterator() function
433 friend class hash_map_iterator; variable
469 hash_map_iterator( const Container &map, std::size_t index, const bucket *b, node_base *n ) : in hash_map_iterator() function
592 friend class hash_map_iterator; in __TBB_requires() local