Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h148 using cache_type = tbb::concurrent_lru_cache<CacheTypes...>; member
149 using handle_type = typename cache_type::handle;
162 using cache_type = typename preset_base<Key, Value>::cache_type; member
163 using handle_type = typename cache_type::handle;
164 using callback_type = typename cache_type::value_function_type;
167 cache_type cache;
178 cache_type cache;
196 cache_type cache;
214 cache_type cache;
233 cache_type cache;
/oneTBB/test/conformance/
H A Dconformance_concurrent_lru_cache.cpp42 preset::cache_type& cache = preset_object.cache;
54 preset::cache_type& cache = preset_object.cache;
79 preset1::cache_type& cache = preset_instance.cache;
107 preset::cache_type& cache = preset_object.cache;
/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp43 preset::cache_type& cache = preset_object.cache;
134 using cache_type = tbb::concurrent_lru_cache<int, utils::LifeTrackableObject, decltype(foo)>; typedef
135 cache_type cache{foo, 0};
144 cache_type::handle h = cache[1];