Searched refs:MyData2 (Results 1 – 1 of 1) sorted by relevance
67 friend class MyData2;122 class MyData2 : public MyData { class124 MyData2( ) {} in MyData2() function in MyData2126 MyData2( const MyData2& other ) : MyData() { in MyData2() function in MyData2132 MyData2( const MyData& other ) { in MyData2() function in MyData2144 void operator=( const MyData2& other ) { in operator =()150 bool operator==( const MyData2& other ) const { in operator ==()181 using other_test_table_type = oneapi::tbb::concurrent_hash_map<MyKey, MyData2, MyHashCompare>;401 using YourTable2 = oneapi::tbb::concurrent_hash_map<MyKey,MyData2,YourHashCompare>; in TestIteratorsAndRanges()406 MyKey key( MyKey::make(-5) ); MyData2 data; in TestIteratorsAndRanges()[all …]