Searched defs:TimePoint (Results 1 – 4 of 4) sorted by relevance
54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
6465 using TimePoint = typename Clock::time_point; typedef