Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp419 typename CQ::const_iterator dqb; in TestConstructors() local
454 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()