Searched defs:TimePoint (Results 1 – 3 of 3) sorted by relevance
41 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
39 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
79 typedef std::chrono::time_point<std::chrono::steady_clock> TimePoint; typedef