Searched defs:AllocateTask (Results 1 – 3 of 3) sorted by relevance
75 TEST(AllocateTask, AllocatesWithRvalue) { in TEST() argument87 TEST(AllocateTask, AllocatesWithArgs) { in TEST() argument98 TEST(AllocateTask, DestroysOnceAfterPendReturnsReady) { in TEST() argument
47 Task* AllocateTask(pw::allocator::Allocator& allocator, Pendable&& pendable) { in AllocateTask() function59 Task* AllocateTask(pw::allocator::Allocator& allocator, Args&&... args) { in AllocateTask() function
78 class AllocateTask : public Task { class80 AllocateTask(MultiBufAllocationFuture&& future) in AllocateTask() function in pw::multibuf::__anon57771dcc0111::AllocateTask