Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dtimestamp.h48 struct TimestampInfo : public BaseInfo { struct
51 struct Functions {
55 static const JSFunctionSpec methods[2];
57 static const char* const className;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglGetFrameTimestampsTests.cpp153 struct TimestampInfo struct
155 TimestampInfo() in TimestampInfo() function
162 TimestampInfo(bool required_, bool supported_, size_t supportedIndex_) in TimestampInfo() function
169 bool required;
170 bool supported;
171 size_t supportedIndex;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Security/Cryptography/Certificates/
H A Dmod.rs1717 pub fn TimestampInfo(&self) -> ::windows::runtime::Result<CmsTimestampInfo> { in TimestampInfo() method