Home
last modified time | relevance | path

Searched defs:Date (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddate_util.h24 struct Date { struct
26 Date(uint32_t year, uint32_t month, uint32_t day) : year(year), month(month), day(day) {} in Date() function
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h213 struct Date { struct
214 Date() {} in Date() function
215 Date(int64_t date) : date(date) {} in Date() function

Completed in 3 milliseconds