Searched defs:FromSeconds (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py221 def FromSeconds(self, seconds): member in class:Timestamp
336 def FromSeconds(self, seconds): member in class:Duration
/external/libchrome/base/time/
H A Dtime.h113 static constexpr TimeDelta FromSeconds(int64_t secs);
251 // FromSeconds, FromMilliseconds, etc. instead.
632 constexpr TimeDelta TimeDelta::FromSeconds(int64_t secs) { function in class:base::Time::TimeDelta
/external/v8/src/base/platform/
H A Dtime.cc132 TimeDelta TimeDelta::FromSeconds(int64_t seconds) { function in class:v8::base::TimeDelta

Completed in 356 milliseconds