Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp791 class FooEx { class
795 FooEx() : state(LIVE) { in FooEx() function in FooEx
800 FooEx( const FooEx& item ) : state(LIVE) { in FooEx() function in FooEx
809 ~FooEx() { in ~FooEx()
816 void operator=( FooEx& item ) { in operator =()
824 void operator=( FooEx&& item ) { in operator =()
926 TestExceptionBody<ConcQWithSizeWrapper, allocator_t, allocator_char_t, FooEx>(); in TestExceptions()
927 … TestExceptionBody<oneapi::tbb::concurrent_bounded_queue, allocator_t, allocator_char_t, FooEx>(); in TestExceptions()