Searched refs:kMicrosecondsPerHour (Results 1 – 4 of 4) sorted by relevance
218 static constexpr int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable220 kMicrosecondsPerHour * kHoursPerDay;
141 return TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()178 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()
341 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable343 kMicrosecondsPerHour * kHoursPerDay;723 : TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
66 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()