Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp32 using equality_comparison_helpers::toVector; in test_to_vector()
38 std::vector<int> from_cpq = toVector(q); in test_to_vector()
432 using equality_comparison_helpers::toVector; in test_ctors_dtor_accessors()
436 REQUIRE_MESSAGE(v == toVector(cpq7), "Failed equality test for half-open range ctor"); in test_ctors_dtor_accessors()
442 REQUIRE_MESSAGE(v == toVector(cpq8), "Failed equality test for half-open range+compare ctor"); in test_ctors_dtor_accessors()
452 using equality_comparison_helpers::toVector; in test_assignment_clear_swap()
467 REQUIRE_MESSAGE(v == toVector(qo), "Failed assignment equality test"); in test_assignment_clear_swap()
476 REQUIRE_MESSAGE(v == toVector(assigned_q), "Failed assign equality test"); in test_assignment_clear_swap()
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h31 std::vector<ElementType> toVector( const tbb::concurrent_priority_queue<ElementType, Compare, Alloc… in toVector() function