Home
last modified time | relevance | path

Searched refs:kMicrosecondsPerHour (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dtime.h52 static constexpr int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable
54 kMicrosecondsPerHour * kHoursPerDay;
76 return TimeDelta(hours * TimeConstants::kMicrosecondsPerHour); in FromHours()
Dtime.cc179 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()