Home
last modified time | relevance | path

Searched defs:kNanosPerSecond (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dconstants.h65 const int32 kNanosPerSecond = 1000000000; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dkernel_timeout.h130 static const int64_t kNanosPerSecond = 1000 * 1000 * 1000; in MakeAbsTimespec() local
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h53 constexpr int64_t kNanosPerSecond = kNanosPerMillisecond * kMillisPerSecond; variable
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc51 static const int kNanosPerSecond = 1000000000; variable