Searched refs:pq2 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_priority_queue.cpp | 171 CPQExTestType pq2(3); in test_exceptions() local 173 push_selector(pq2, elem, i); in test_exceptions() 174 push_selector(pq2, elem, i); in test_exceptions() 179 push_selector(pq2, elem, i); in test_exceptions() 181 REQUIRE_MESSAGE(!pq2.empty(), "Failed: pq should not be empty"); in test_exceptions() 182 REQUIRE_MESSAGE(pq2.size() == 2, "Failed: pq should contain only two elements"); in test_exceptions() 183 REQUIRE_MESSAGE(pq2.try_pop(elem), "Failed: pq is not functional"); in test_exceptions()
|
| H A D | test_priority_queue_node.cpp | 365 priority_queue_node pq2(follows(br), compare_type()); in test_deduction_guides() local 366 static_assert(std::is_same_v<decltype(pq2), priority_queue_node<int, compare_type>>); in test_deduction_guides()
|