Searched defs:TestClock (Results 1 – 10 of 10) 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()
268 struct TestClock { struct272 typedef std::chrono::time_point<TestClock> time_point; argument279 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument
32 public final class TestClock extends Clock { class38 private TestClock() {} in TestClock() method in TestClock
37 public class TestClock implements Clock { class
121 private static class TestClock implements RateLimitingTokenBucket.Clock { class in RateLimitingTokenBucketEndToEndTest
42 public class TestClock { class
187 private static class TestClock implements ApiClock { class in ServiceOptionsTest
151 class TestClock class154 inline TestClock(void) in TestClock() function in xs::TestClock
331 static void TestClock() { in TestClock() function