Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h87 array_type const& my_array_ref; member
89 array_searcher(array_type const& array_ref) : my_array_ref(array_ref) {} in array_searcher()
94 return my_array_ref[index]; in operator()