Lines Matching refs:gpr_timespec
43 gpr_timespec raw_time() { in raw_time()
44 gpr_timespec t; in raw_time()
53 class TimePoint<gpr_timespec> {
55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint()
56 gpr_timespec raw_time() { return time_; } in raw_time()
59 gpr_timespec time_;
68 gpr_timespec* to);
71 gpr_timespec* to);
73 std::chrono::system_clock::time_point Timespec2Timepoint(gpr_timespec t);
81 gpr_timespec raw_time() const { return time_; } in raw_time()
84 gpr_timespec time_;