Searched defs:TimePoint (Results 1 – 5 of 5) sorted by relevance
42 TimePoint(const T& time) { you_need_a_specialization_of_TimePoint(); } in TimePoint() function55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
22 typedef Clock::time_point TimePoint; typedef in timer
26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef