Searched refs:test_hasher (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_unordered_set.cpp | 51 auto test_hasher = [](const int&)->std::size_t { return 0; }; in test_member_types() local 55 …using container_type = ContainerType<int, decltype(test_hasher), decltype(test_equality), test_all… in test_member_types() 67 static_assert(std::is_same<typename container_type::hasher, decltype(test_hasher)>::value, in test_member_types()
|
| H A D | conformance_concurrent_unordered_map.cpp | 65 auto test_hasher = [](const int&)->std::size_t { return 0; }; in test_member_types() local 69 using container_type = ContainerType<int, int, decltype(test_hasher), in test_member_types() 84 static_assert(std::is_same<typename container_type::hasher, decltype(test_hasher)>::value, in test_member_types()
|