Home
last modified time | relevance | path

Searched defs:TimeStamp (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h28 support::big32_t TimeStamp; member
42 support::big32_t TimeStamp; member
DCOFF.h219 support::ulittle32_t TimeStamp; member
/third_party/ninja/src/
Dtimestamp.h31 typedef int64_t TimeStamp; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DXCOFFYAML.h25 int32_t TimeStamp; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h217 int32_t TimeStamp; member
/third_party/rust/crates/rustix/src/process/
Dprctl.rs325 TimeStamp = PR_TIMING_TIMESTAMP, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59965 class TimeStamp class
59971 constexpr TimeStamp() : mValue(0) {} in TimeStamp() function in mozilla::TimeStamp
60103 TimeStamp(TimeStampValue aValue) : mValue(aValue) {} in TimeStamp() function in mozilla::TimeStamp