Searched defs:TestClock (Results 1 – 2 of 2) sorted by relevance
30 struct TestClock struct35 typedef std::chrono::time_point<TestClock> time_point; argument36 static const bool is_steady = true;38 static time_point now() in now()
267 struct TestClock { struct271 typedef std::chrono::time_point<TestClock> time_point; argument278 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument