Searched refs:is_transparent (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 284 using is_transparent = dependent_bool<comp_is_transparent<key_compare>, T>; 470 typename std::enable_if<is_transparent<K>::value 492 typename std::enable_if<is_transparent<K>::value 509 typename std::enable_if<is_transparent<K>::value, iterator>::type lower_bound( const K& key ) { in lower_bound() 514 …typename std::enable_if<is_transparent<K>::value, const_iterator>::type lower_bound( const K& key … in lower_bound() 527 typename std::enable_if<is_transparent<K>::value, iterator>::type upper_bound( const K& key ) { in upper_bound() 532 …typename std::enable_if<is_transparent<K>::value, const_iterator>::type upper_bound( const K& key … in upper_bound() 545 typename std::enable_if<is_transparent<K>::value, iterator>::type find( const K& key ) { in find() 550 …typename std::enable_if<is_transparent<K>::value, const_iterator>::type find( const K& key ) const… in find() 559 typename std::enable_if<is_transparent<K>::value, size_type>::type count( const K& key ) const { in count() [all …]
|
| H A D | _containers_helpers.h | 34 struct comp_is_transparent<Compare, tbb::detail::void_t<typename Compare::is_transparent>> : std::t…
|
| H A D | _concurrent_unordered_base.h | 238 … using is_transparent = dependent_bool<has_transparent_key_equal<key_type, hasher, key_equal>, T>; variable 514 typename std::enable_if<is_transparent<K>::value 538 typename std::enable_if<is_transparent<K>::value 559 typename std::enable_if<is_transparent<K>::value, iterator>::type find( const K& key ) { in find() 565 …typename std::enable_if<is_transparent<K>::value, const_iterator>::type find( const K& key ) const… in find() 581 …typename std::enable_if<is_transparent<K>::value, std::pair<iterator, iterator>>::type equal_range… in equal_range() 587 …typename std::enable_if<is_transparent<K>::value, std::pair<const_iterator, const_iterator>>::type… in equal_range() 597 typename std::enable_if<is_transparent<K>::value, size_type>::type count( const K& key ) const { in count() 606 typename std::enable_if<is_transparent<K>::value, bool>::type contains( const K& key ) const { in contains()
|
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 302 using is_transparent = void; member
|
| H A D | concurrent_ordered_common.h | 285 using is_transparent = void;
|
| H A D | concurrent_associative_common.h | 1284 using is_transparent = int;
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_hash_map.cpp | 685 using is_transparent = void; typedef
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 1236 using is_transparent = void; typedef
|