Searched refs:FromProduct (Results 1 – 2 of 2) sorted by relevance
303 static constexpr TimeDelta FromProduct(int64_t value, int64_t positive_value);733 return FromProduct(secs, Time::kMicrosecondsPerSecond); in FromSeconds()738 return FromProduct(ms, Time::kMicrosecondsPerMillisecond); in FromMilliseconds()793 constexpr TimeDelta TimeDelta::FromProduct(int64_t value, in FromProduct() function
63 constexpr TimeDelta TimeDelta::FromProduct(int64_t value,