Searched defs:MockQueue (Results 1 – 1 of 1) sorted by relevance
88 class MockQueue : public TaskQueueInterface<MockTask> { class90 explicit MockQueue(mem::InternalAllocatorPtr allocator) : queue_(allocator->Adapter()) {} in MockQueue() function in ark::test::MockQueue91 MockQueue(mem::InternalAllocatorPtr allocator, size_t queueSize) in MockQueue() function in ark::test::MockQueue