Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dtime.cc25 static const int kNanosPerMicrosecond = 1000; variable
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h38 constexpr int64_t kNanosPerMicrosecond = 1000; variable
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc55 static const int kNanosPerMicrosecond = 1000; variable
/third_party/node/deps/v8/src/base/platform/
Dplatform-fuchsia.cc357 const auto kNanosPerMicrosecond = 1000ULL; in GetUserTime() local