Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp366 class BigType { class
368 BigType() { /* avoid cl warning C4345 about default initialization of POD types */ } in BigType() function in BigType
374 typedef tbb::enumerable_thread_specific<BigType, Allocator<BigType> > CounterBigType; in TestConstructorWithBigType()