Searched defs:TimePoint (Results 1 – 8 of 8) sorted by relevance
43 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
41 using TimePoint = std::chrono::time_point<Clock>; variable
39 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
86 using TimePoint = Clock::time_point; variable
102 typedef std::chrono::steady_clock::time_point TimePoint; typedef
249 using TimePoint = decltype(std::chrono::high_resolution_clock::now()); typedef in incremental::IncrementalServer
961 using TimePoint = std::chrono::time_point<Clock, Duration>; variable
50 using TimePoint = std::chrono::time_point<Clock>; typedef