Searched refs:dqb (Results 1 – 1 of 1) sorted by relevance
419 typename CQ::const_iterator dqb; in TestConstructors() local454 dqb = dst_queue2.unsafe_begin(); in TestConstructors()456 auto res = std::mismatch(dqb, dqe, bar_array); in TestConstructors()478 dqb = dst_queue4.unsafe_begin(); in TestConstructors()481 auto res = std::mismatch(dqb, dqe, iter); in TestConstructors()489 dqb = dst_queue5.unsafe_begin(); in TestConstructors()492 REQUIRE_MESSAGE(std::equal(dqb, dqe, iter), "unexpected element"); in TestConstructors()506 dqb = dst_queue5.unsafe_begin(); in TestConstructors()509 auto res = std::mismatch(dqb, dqe, iter); in TestConstructors()