Home
last modified time | relevance | path

Searched refs:PyDateTime_DATE_GET_MICROSECOND (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Ddatetime.h124 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/external/python/cpython3/Include/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Ddatetime.rst185 .. c:function:: int PyDateTime_DATE_GET_MICROSECOND(PyDateTime_DateTime *o)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Ddatetime.rst191 .. c:function:: int PyDateTime_DATE_GET_MICROSECOND(PyDateTime_DateTime *o)
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c51 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c81 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND
D_testcapimodule.c2989 microsecond = PyDateTime_DATE_GET_MICROSECOND(obj); in test_PyDateTime_DATE_GET()