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

/fuchsia/zircon/system/ulib/async-testutils/include/lib/async-testutils/
H A Dtest_loop.h74 class TestLoopTimeKeeper;
82 fbl::unique_ptr<TestLoopTimeKeeper> time_keeper_;
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp50 class TestLoop::TestLoopTimeKeeper : public TimeKeeper { class in class:async::TestLoop
52 TestLoopTimeKeeper() = default;
53 ~TestLoopTimeKeeper() = default;
149 : time_keeper_(new TestLoopTimeKeeper()), initial_state_(GetRandomSeed()), state_(initial_state_) {

Completed in 54 milliseconds