Home
last modified time | relevance | path

Searched defs:DateType (Results 1 – 4 of 4) sorted by relevance

/external/gson/gson/src/main/java/com/google/gson/internal/bind/
DDefaultDateTypeAdapter.java50 public static abstract class DateType<T extends Date> { class in DefaultDateTypeAdapter
59 protected DateType(Class<T> dateClass) { in DateType() method in DefaultDateTypeAdapter.DateType
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs13 type DateType: Datelike + PartialOrd; typedef
16 fn date_floor(&self) -> Self::DateType; in date_floor()
18 fn date_ceil(&self) -> Self::DateType; in date_ceil()
24 fn ymd(&self, year: i32, month: u32, date: u32) -> Self::DateType; in ymd()
52 type DateType = NaiveDate; typedef
66 fn ymd(&self, year: i32, month: u32, date: u32) -> Self::DateType { in ymd()
76 type DateType = Date<Z>; typedef
90 fn ymd(&self, year: i32, month: u32, date: u32) -> Self::DateType { in ymd()
100 type DateType = Date<Z>; typedef
119 fn ymd(&self, year: i32, month: u32, date: u32) -> Self::DateType { in ymd()
[all …]
/external/python/cpython2/Include/
Ddatetime.h142 PyTypeObject *DateType; member
/external/python/cpython3/Include/
Ddatetime.h160 PyTypeObject *DateType; member