Home
last modified time | relevance | path

Searched defs:seconds_ (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs181 private long seconds_; field in Google.Protobuf.WellKnownTypes.Timestamp
DDuration.cs150 private long seconds_; field in Google.Protobuf.WellKnownTypes.Duration
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs181 private long seconds_; field in Google.Protobuf.WellKnownTypes.Timestamp
DDuration.cs150 private long seconds_; field in Google.Protobuf.WellKnownTypes.Duration
/external/cronet/third_party/protobuf/src/google/protobuf/
Dduration.pb.h206 int64_t seconds_; in Swap() variable
Dtimestamp.pb.h206 int64_t seconds_; in Swap() variable
/external/llvm/include/llvm/Support/
DTimeValue.h101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() function
/external/protobuf/src/google/protobuf/
Dduration.pb.h209 int64_t seconds_; in Swap() member
Dtimestamp.pb.h209 int64_t seconds_; in Swap() member
/external/leveldb/benchmarks/
Ddb_bench.cc234 double seconds_; member in leveldb::__anone22cb8e90111::Stats