Searched refs:q4 (Results 1 – 2 of 2) sorted by relevance
1451 TQueue q4(q2, std::allocator<ComplexType>()); in TestDeductionGuides() local1452 static_assert(std::is_same<decltype(q4), decltype(q2)>::value); in TestDeductionGuides()1459 TQueue q6(std::move(q4), std::allocator<ComplexType>()); in TestDeductionGuides()1460 static_assert(std::is_same<decltype(q6), decltype(q4)>::value); in TestDeductionGuides()1696 CQ q4({vec_1, vec_2, vec_3}); in test_queue_helper() local1702 CHECK(q1 != q4); in test_queue_helper()1703 q1.swap(q4); in test_queue_helper()1704 CHECK(q2 == q4); in test_queue_helper()1708 CHECK(q3 == q4); in test_queue_helper()
125 queue_type q4(q1); in type_tester()126 examine(q4, vec_sorted); in type_tester()