Searched defs:TestClock (Results 1 – 5 of 5) sorted by relevance
30 struct TestClock { struct34 typedef std::chrono::time_point<TestClock> time_point; argument35 static const bool is_steady = true;37 static time_point now() { in now()
31 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()
29 struct TestClock { struct33 typedef std::chrono::time_point<TestClock> time_point; argument34 static const bool is_steady = true;36 static time_point now() { in now()
268 struct TestClock { struct272 typedef std::chrono::time_point<TestClock> time_point; argument279 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument