Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp744 const test_table_type& const_table = table; in TraverseTable() local
845 const YourTable &const_table = table; in operator ()() local
896 const test_table_type& const_table = table; in ParallelTraverseTable() local
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp196 using const_table = const Table; in Examine() typedef