Home
last modified time | relevance | path

Searched defs:FromSeconds (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_time.h45 static constexpr QuicTimeDelta FromSeconds(int64_t secs) { in FromSeconds() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_time.h45 static constexpr QuicTimeDelta FromSeconds(int64_t secs) { in FromSeconds() function
/external/grpc-grpc/src/core/lib/transport/
Dtimeout_encoding.cc185 Timeout Timeout::FromSeconds(int64_t seconds) { in FromSeconds() function in grpc_core::Timeout
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtimeout_encoding.cc185 Timeout Timeout::FromSeconds(int64_t seconds) { in FromSeconds() function in grpc_core::Timeout
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py230 def FromSeconds(self, seconds): member in Timestamp
378 def FromSeconds(self, seconds): member in Duration
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py230 def FromSeconds(self, seconds): member in Timestamp
378 def FromSeconds(self, seconds): member in Duration
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py230 def FromSeconds(self, seconds): member in Timestamp
378 def FromSeconds(self, seconds): member in Duration
/external/libchrome/base/time/
Dtime.h732 constexpr TimeDelta TimeDelta::FromSeconds(int64_t secs) { in FromSeconds() function