Searched refs:key_compare (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 251 using key_compare = typename container_traits::compare_type; variable 284 using is_transparent = dependent_bool<comp_is_transparent<key_compare>, T>; 294 : concurrent_skip_list(key_compare(), alloc) {} in concurrent_skip_list() 297 …urrent_skip_list( InputIterator first, InputIterator last, const key_compare& comp = key_compare(), 306 : concurrent_skip_list(first, last, key_compare(), alloc) {} in concurrent_skip_list() 308 …current_skip_list( std::initializer_list<value_type> init, const key_compare& comp = key_compare(), 313 : concurrent_skip_list(init, key_compare(), alloc) {} in concurrent_skip_list() 661 key_compare key_comp() const { return my_compare; } in key_comp() 923 const key_compare& my_less_compare; 937 key_compare select_comparator( /*allow_multimapping = */ std::false_type ) { in select_comparator() [all …]
|
| /oneTBB/test/common/ |
| H A D | concurrent_ordered_common.h | 42 typename Container::key_compare& key_comp; 44 OrderChecker(typename Container::value_compare& v_comp, typename Container::key_compare& k_comp) in OrderChecker() 58 typename Container::key_compare key_comp = cont.key_comp(); in check_container_order() 179 new (ptr) OrderedType(begin, end, typename OrderedType::key_compare(), alloc); in construct_container() 221 typename Table::key_compare compare;
|
| H A D | allocator_stl_test_common.h | 42 Set s(typename Set::key_compare(), a); in TestSet() 53 Map m(typename Map::key_compare(), a); in TestMap()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_set.cpp | 42 static_assert(std::is_same<typename default_container_type::key_compare, std::less<int>>::value, in test_member_types() 62 …static_assert(std::is_same<typename container_type::key_compare, decltype(test_comparator)>::value, in test_member_types()
|
| H A D | conformance_concurrent_map.cpp | 60 static_assert(std::is_same<typename default_container_type::key_compare, std::less<int>>::value, in test_member_types() 82 …static_assert(std::is_same<typename container_type::key_compare, decltype(test_comparator)>::value, in test_member_types()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_set.h | 62 using key_compare = Compare; variable 163 using key_compare = Compare; variable
|
| H A D | concurrent_map.h | 79 using key_compare = Compare; variable 229 using key_compare = Compare; variable
|