Searched defs:TimePoint (Results 1 – 4 of 4) sorted by relevance
41 using TimePoint = std::chrono::time_point<Clock>; variable
88 using TimePoint = Clock::time_point; variable
102 typedef std::chrono::steady_clock::time_point TimePoint; typedef
50 using TimePoint = std::chrono::time_point<Clock>; typedef