Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp439 T bar_array[1001]; in TestConstructors() local
442 bar_array[i] = T(i+(i^size)); in TestConstructors()
445 const TIter sab(bar_array + 0); in TestConstructors()
446 const TIter sae(bar_array + size); in TestConstructors()
451 CHECK_FAST(sab == TIter(bar_array+0)); in TestConstructors()
452 CHECK_FAST(sae == TIter(bar_array+size)); in TestConstructors()
456 auto res = std::mismatch(dqb, dqe, bar_array); in TestConstructors()
458 CHECK_FAST_MESSAGE(res.second == bar_array + size, "different size?"); in TestConstructors()