Searched refs:FromProduct (Results 1 – 1 of 1) sorted by relevance
277 static constexpr TimeDelta FromProduct(int64_t value, int64_t positive_value);646 return FromProduct(secs, Time::kMicrosecondsPerSecond); in FromSeconds()651 return FromProduct(ms, Time::kMicrosecondsPerMillisecond); in FromMilliseconds()686 constexpr TimeDelta TimeDelta::FromProduct(int64_t value, in FromProduct() function