Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h284 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.h34 struct comp_is_transparent<Compare, tbb::detail::void_t<typename Compare::is_transparent>> : std::t…
H A D_concurrent_unordered_base.h238 … 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 Dconcurrent_unordered_common.h302 using is_transparent = void; member
H A Dconcurrent_ordered_common.h285 using is_transparent = void;
H A Dconcurrent_associative_common.h1284 using is_transparent = int;
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp685 using is_transparent = void; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp1236 using is_transparent = void; typedef