Home
last modified time | relevance | path

Searched defs:kSecond (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory.h262 static constexpr size_t kSecond = static_cast<size_t>(-1); member
/third_party/node/deps/v8/src/objects/
Djs-objects.h1135 kSecond, enumerator
Djs-temporal-objects.cc48 kSecond, enumerator
/third_party/node/lib/internal/console/
Dconstructor.js75 const kSecond = 1000; constant
/third_party/benchmark/include/benchmark/
Dbenchmark.h511 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator