Home
last modified time | relevance | path

Searched refs:map_base (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h375 using map_base = typename Container::base_type; variable
376 using node_base = typename map_base::node_base;
377 using bucket = typename map_base::bucket;
404 … __TBB_ASSERT( map_base::is_valid(my_node), "iterator uninitialized or at end of container?" );
447 if( map_base::is_valid(n) ) { in advance_to_next_bucket()
472 if( b && !map_base::is_valid(n) ) in hash_map_iterator()