| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _hash_compare.h | 36 hash_compare( hasher hash, key_equal equal ) : my_hasher(hash), my_equal(equal) {} in hash_compare() 80 bool equal( const Key& a, const Key& b ) const { return my_key_equal(a, b); } in equal() function
|
| H A D | _concurrent_unordered_base.h | 266 : concurrent_unordered_base(bucket_count, hash, equal, alloc) in concurrent_unordered_base() argument
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node_preview.cpp | 48 bool equal(msg_t, msg_t) const { return true; } in jn_follows_and_precedes() function in jn_follows_and_precedes::hash_compare
|
| H A D | test_concurrent_hash_map.cpp | 384 …bool equal(const AllocatorAwareData<Allocator>& key1, const AllocatorAwareData<Allocator>& key2) c… in equal() function 493 bool equal( const T& lhs, const T& rhs ) const { in equal() function 515 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal() function 691 bool equal(const T& key1, const U& key2) const { return key1 == key2; } in equal() function
|
| H A D | test_concurrent_vector.cpp | 99 …static bool equal(tbb::concurrent_vector<element_type, allocator_type > const& c, iterator begin, … in equal() function
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 159 bool equal( const MyKey& j, const MyKey& k ) const { in equal() function in MyHashCompare 170 bool equal( const MyKey& j, const MyKey& k ) const { in equal() function in YourHashCompare 570 bool equal( const T& lhs, const T& rhs ) const { in equal() function 592 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal() function 1247 bool equal( const int& key1, const int& key2 ) const { in equal() function 1252 bool equal( const int& key1, const HeterogeneousKey<IsConstructible>& key2 ) const { in equal() function 1257 bool equal( const HeterogeneousKey<IsConstructible>& key1, const int& key2 ) const { in equal() function 1262 …bool equal( const HeterogeneousKey<IsConstructible>& key1, const HeterogeneousKey<IsConstructible>… in equal() function
|
| H A D | conformance_join_node.cpp | 206 bool equal(const KeyType &k1, const KeyType &k2) const{ in equal() function
|
| H A D | conformance_concurrent_vector.cpp | 681 …static bool equal(oneapi::tbb::concurrent_vector<element_type, allocator_type > const& c, iterator… in equal() function
|
| /oneTBB/test/common/ |
| H A D | concurrent_ordered_common.h | 184 static bool equal( const OrderedType& c, Iterator begin, Iterator end ) { in equal() function
|
| H A D | concepts_common.h | 433 …bool equal( const Key&, const Key& ) const requires (EnableEqual == State::correct) { return true;… in equal() function 434 …bool equal( const Key&, const Key& ) requires (EnableEqual == State::incorrect_constness) { return… in equal() function 435 …bool equal( Dummy, const Key& ) const requires (EnableEqual == State::incorrect_first_input) { ret… in equal() function 436 …bool equal( const Key&, Dummy ) const requires (EnableEqual == State::incorrect_second_input) { re… in equal() function 437 …Dummy equal( const Key&, const Key& ) const requires (EnableEqual == State::incorrect_return_type)… in equal() function
|
| H A D | concurrent_unordered_common.h | 138 static bool equal( const UnorderedType& c, Iterator begin, Iterator end ) { in equal() function
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 211 bool equal(const int j, const int k) const { in equal() function
|