Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp543 typename CQ_EX::const_iterator dqe_ex = dst_queue_ex.unsafe_end(); in TestConstructors() local
546 auto res2 = std::mismatch(dqb_ex, dqe_ex, iter_ex); in TestConstructors()
547 CHECK_FAST_MESSAGE(res2.first == dqe_ex, "unexpected element"); in TestConstructors()