Searched defs:test_clock (Results 1 – 11 of 11) sorted by relevance
25 struct test_clock struct34 typedef chrono::time_point< test_clock, duration > time_point; argument50 typedef chrono::steady_clock test_clock; argument52 typedef chrono::system_clock test_clock; typedef
25 struct test_clock { struct37 static struct test_clock clocks[] = { argument
757 base::SimpleTestClock test_clock; in TEST() local837 base::SimpleTestClock test_clock; in TEST() local867 base::SimpleTestClock test_clock; in TEST() local915 base::SimpleTestClock test_clock; in TEST() local1160 base::SimpleTestTickClock test_clock; in TEST_F() local
41 void test_clock() in test_clock() function
76 void test_clock() in test_clock() function
24 def test_clock(self): member in TimeTestCase
21 typedef boost::chrono::steady_clock test_clock; typedef
180 typedef boost::chrono::steady_clock test_clock; in perf_test_impl() typedef
72 pub fn test_clock<C: MonotonicClock>(clock: C) { in test_clock() function
34 pub fn test_clock<C: MonotonicClock>(clock: &C) { in test_clock() function
149 let test_clock = clock.clone(); in new_with_clock() localVariable