Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp44 class MyKey { class
50 MyKey() = default;
51 MyKey( const MyKey& ) = default;
53 static MyKey make( int i ) { in make()
54 MyKey result; in make()
159 bool equal( const MyKey& j, const MyKey& k ) const { in equal()
170 bool equal( const MyKey& j, const MyKey& k ) const { in equal()
223 MyKey key( MyKey::make(-i) ); // hash values must not be specified in direct order in FillTable()
237 MyKey key( MyKey::make(-i) ); in CheckTable()
406 MyKey key( MyKey::make(-5) ); MyData2 data; in TestIteratorsAndRanges()
[all …]