Searched refs:toVector (Results 1 – 2 of 2) sorted by relevance
32 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()
31 std::vector<ElementType> toVector( const tbb::concurrent_priority_queue<ElementType, Compare, Alloc… in toVector() function