Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Drend.h214 #define ITDirectoryObjectConference_get_StartTime(This,pDate) (This)->lpVtbl->get_StartTime(This,pD… argument
216 #define ITDirectoryObjectConference_get_StopTime(This,pDate) (This)->lpVtbl->get_StopTime(This,pDat… argument
Dgpmgmt.h1725 #define IGPMGPO_get_CreationTime(This,pDate) (This)->lpVtbl->get_CreationTime(This,pDate) argument
1726 #define IGPMGPO_get_ModificationTime(This,pDate) (This)->lpVtbl->get_ModificationTime(This,pDate) argument
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_monthcalendar.cpp303 DATEINFO* pDate = m_DateArray[m_iDay - 1].get(); in DrawDatesInCircle() local
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c25545 static int daysAfterJan01(DateTime *pDate){ in daysAfterJan01()
25565 static int daysAfterMonday(DateTime *pDate){ in daysAfterMonday()
25578 static int daysAfterSunday(DateTime *pDate){ in daysAfterSunday()