Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h232 map_searcher_type::map_type objects_map; member
236 cache(map_searcher_type(objects_map), number_of_lru_history_items) {} in preset_map_instance_count()
239 objects_map_type::iterator it = objects_map.find(key); in is_evicted()
242 it != objects_map.end(), in is_evicted()