Searched refs:ConcQWithSizeWrapper (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 259 class ConcQWithSizeWrapper : public oneapi::tbb::concurrent_queue<T, A> { class 261 ConcQWithSizeWrapper() {} in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 262 … ConcQWithSizeWrapper( const ConcQWithSizeWrapper& q ) : oneapi::tbb::concurrent_queue<T, A>(q) {} in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 263 …ConcQWithSizeWrapper( const ConcQWithSizeWrapper& q, const A& a ) : oneapi::tbb::concurrent_queue<… in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 264 ConcQWithSizeWrapper( const A& a ) : oneapi::tbb::concurrent_queue<T, A>( a ) {} in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 266 …ConcQWithSizeWrapper( ConcQWithSizeWrapper&& q ) : oneapi::tbb::concurrent_queue<T>(std::move(q)) … in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 267 ConcQWithSizeWrapper( ConcQWithSizeWrapper&& q, const A& a ) in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 271 ConcQWithSizeWrapper( InputIterator begin, InputIterator end, const A& a = A() ) in ConcQWithSizeWrapper() function in ConcQWithSizeWrapper 586 …TestConstructors<ConcQWithSizeWrapper<Bar>, Bar, BarIterator, ConcQWithSizeWrapper<BarEx>, BarEx>(… in TestQueueConstructors() 926 TestExceptionBody<ConcQWithSizeWrapper, allocator_t, allocator_char_t, FooEx>(); in TestExceptions() [all …]
|