Home
last modified time | relevance | path

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

/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/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/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/glib/gio/
Dgwin32api-storage.h3 typedef struct DateTime { struct
5 } DateTime; typedef
/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