Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp421 cached_ets_type cconst(sums); in run_parallel_scalar_tests_nocombine() local
424 T& ref = cconst.local(exists); in run_parallel_scalar_tests_nocombine()
427 cached_ets_type cconst_to_assign1 = cconst; in run_parallel_scalar_tests_nocombine()
430 REQUIRE(cconst_to_assign2.size() == cconst.size()); in run_parallel_scalar_tests_nocombine()
432 … for ( typename cached_ets_type::const_iterator i = cconst.begin(); i != cconst.end(); ++i ) { in run_parallel_scalar_tests_nocombine()