Searched refs:TestLoopInterface (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/async-testutils/include/lib/async-testutils/
H A Dtest_loop.h70 class TestLoopInterface;
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp125 class TestLoop::TestLoopInterface : public LoopInterface { class in class:async::TestLoop
127 TestLoopInterface(TestLoop* loop, TestLoopDispatcher* dispatcher) function in class:async::TestLoop::TestLoopInterface
130 ~TestLoopInterface() override {
165 return fbl::make_unique<TestLoopInterface>(this, new_dispatcher);

Completed in 64 milliseconds