Searched defs:FromSeconds (Results 1 – 8 of 8) sorted by relevance
45 static constexpr QuicTimeDelta FromSeconds(int64_t secs) { in FromSeconds() function
185 Timeout Timeout::FromSeconds(int64_t seconds) { in FromSeconds() function in grpc_core::Timeout
230 def FromSeconds(self, seconds): member in Timestamp378 def FromSeconds(self, seconds): member in Duration
732 constexpr TimeDelta TimeDelta::FromSeconds(int64_t secs) { in FromSeconds() function