Lines Matching refs:Foo

96     TestEmptyQueue<ConcQWithCapacity<move_support_tests::Foo>, move_support_tests::Foo>();  in TestEmptiness()
98 TestEmptyQueue<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, in TestEmptiness()
99 test_allocator<move_support_tests::Foo>>, move_support_tests::Foo>(); in TestEmptiness()
131 TestFullQueue<ConcQWithCapacity<move_support_tests::Foo>, move_support_tests::Foo>(); in TestFullness()
132 …urrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo>>, move_suppo… in TestFullness()
146 move_support_tests::Foo f; in TestClear()
156 move_support_tests::Foo f; in TestClear()
166 move_support_tests::Foo f; in TestClear()
175 TestClear<ConcQWithCapacity<move_support_tests::Foo>>(); in TestClearWorks()
176 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestClearWorks()
189 move_support_tests::Foo f = *old_i++; in TestIteratorAux()
196 move_support_tests::Foo f = *++i; in TestIteratorAux()
241 move_support_tests::Foo f; in TestIterator()
248 TestIteratorTraits<typename CQ::const_iterator, const move_support_tests::Foo>(); in TestIterator()
249 TestIteratorTraits<typename CQ::iterator, move_support_tests::Foo>(); in TestIterator()
253 …ator<oneapi::tbb::concurrent_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestQueueIteratorWorks()
254 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestQueueIteratorWorks()
755 TestNegativeQueue<move_support_tests::Foo>(nthread); in TestConcurrentPushPop()
757 …TestPushPop<ConcQPushPopWrapper<move_support_tests::Foo>, move_support_tests::Foo>(prefill, std::p… in TestConcurrentPushPop()
758 …TestPushPop<ConcQPushPopWrapper<move_support_tests::Foo>, move_support_tests::Foo>(prefill, std::p… in TestConcurrentPushPop()
759 …TestPushPop<ConcQPushPopWrapper<move_support_tests::Foo>, move_support_tests::Foo>(prefill, std::p… in TestConcurrentPushPop()
760 …TestPushPop<ConcQPushPopWrapper<move_support_tests::Foo>, move_support_tests::Foo>(prefill, std::p… in TestConcurrentPushPop()
761 …TestPushPop<ConcQPushPopWrapper<move_support_tests::Foo>, move_support_tests::Foo>(prefill, std::p… in TestConcurrentPushPop()
764 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestConcurrentPushPop()
765 move_support_tests::Foo>(prefill, std::ptrdiff_t(-1), nthread); in TestConcurrentPushPop()
766 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestConcurrentPushPop()
767 move_support_tests::Foo>(prefill, std::ptrdiff_t(1), nthread); in TestConcurrentPushPop()
768 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestConcurrentPushPop()
769 move_support_tests::Foo>(prefill, std::ptrdiff_t(2), nthread); in TestConcurrentPushPop()
770 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestConcurrentPushPop()
771 move_support_tests::Foo>(prefill, std::ptrdiff_t(10), nthread); in TestConcurrentPushPop()
772 …api::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_tests::Foo in TestConcurrentPushPop()
773 move_support_tests::Foo>(prefill, std::ptrdiff_t(100), nthread); in TestConcurrentPushPop()
1723 move_support_tests::Foo obj; in TestMoveQueue()
1748 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
1749 TestMoveQueue<tbb::concurrent_queue<move_support_tests::Foo, allocator_type>>();
1750 TestMoveQueue<tbb::concurrent_bounded_queue<move_support_tests::Foo, allocator_type>>();
1784 move_support_tests::Foo obj; in TestMoveQueueUnequal()
1800 …q1.unsafe_begin(), q1.unsafe_end(), is_state_predicate<move_support_tests::Foo::MoveInitialized>()… in TestMoveQueueUnequal()
1802 …l_of(q2.unsafe_begin(), q2.unsafe_end(), is_state_predicate<move_support_tests::Foo::MovedFrom>()), in TestMoveQueueUnequal()
1809 … using allocator_type = StaticSharedCountingAllocator<stateful_allocator<move_support_tests::Foo>>;
1810 TestMoveQueueUnequal<tbb::concurrent_queue<move_support_tests::Foo, allocator_type>>();
1811 TestMoveQueueUnequal<tbb::concurrent_bounded_queue<move_support_tests::Foo, allocator_type>>();