Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp67 friend class MyData2;
122 class MyData2 : public MyData { class
124 MyData2( ) {} in MyData2() function in MyData2
126 MyData2( const MyData2& other ) : MyData() { in MyData2() function in MyData2
132 MyData2( const MyData& other ) { in MyData2() function in MyData2
144 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 …]