Searched refs:CounterBigType (Results 1 – 1 of 1) sorted by relevance
374 typedef tbb::enumerable_thread_specific<BigType, Allocator<BigType> > CounterBigType; in TestConstructorWithBigType() typedef376 CounterBigType MyCounters; in TestConstructorWithBigType()378 typename CounterBigType::reference my_local = MyCounters.local(); in TestConstructorWithBigType()381 CounterBigType MyCounters2(MyCounters); in TestConstructorWithBigType()