Home
last modified time | relevance | path

Searched defs:TimeRecord (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc100 struct TimeRecord { struct
101 int32_t hour;
102 int32_t minute;
103 int32_t second;
104 int32_t millisecond;
105 int32_t microsecond;
106 int32_t nanosecond;
107 Handle<String> calendar;