Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_ordered_common.h87 auto eq_range = cont.equal_range(key); in test_ordered_methods() local
89 for (auto it = eq_range.first; it != eq_range.second; ++it) in test_ordered_methods()
123 REQUIRE((l_bound == eq_range.first && u_bound == eq_range.second)); in test_ordered_methods()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h1167 auto eq_range = equal_range(key); in internal_erase_by_key() local
1170 for (auto it = eq_range.first; it != eq_range.second;) { in internal_erase_by_key()
1312 auto eq_range = equal_range(key); in internal_count() local
1313 return std::distance(eq_range.first, eq_range.second); in internal_count()