Searched defs:time_point (Results 1 – 3 of 3) sorted by relevance
33 typedef std::chrono::time_point<boot_clock, duration> time_point; typedef
102 using time_point = clock::time_point; variable
37 using time_point = std::chrono::time_point<std::chrono::steady_clock>; typedef in Collector