Home
last modified time | relevance | path

Searched defs:DateTime (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/core/
DSkTime.h25 struct DateTime { struct
26 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument
38 static void GetDateTime(DateTime*); argument
/third_party/protobuf/src/google/protobuf/stubs/
Dtime.h41 struct DateTime { struct
51 // negative to represent time before 1970-01-01) to DateTime. Returns false argument
/third_party/flutter/skia/include/core/
DSkTime.h23 struct DateTime { struct
24 int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime() argument
36 static void GetDateTime(DateTime*); argument
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/time/
Ddatetime.rs213 pub(crate) struct DateTime { struct
223 impl fmt::Display for DateTime { argument
246 impl From<std::time::SystemTime> for DateTime { implementation
247 fn from(timestamp: std::time::SystemTime) -> DateTime { in from()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.h237 const dng_date_time & DateTime () const in DateTime() function
/third_party/python/Lib/xmlrpc/
Dclient.py296 class DateTime: class