Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Ddatetime.h133 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddatetime.h142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddatetime.h142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/external/python/cpython3/Include/
Ddatetime.h142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddatetime.h142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddatetime.h142 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Ddatetime.rst217 .. c:function:: int PyDateTime_TIME_GET_MICROSECOND(PyDateTime_Time *o)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Ddatetime.rst229 .. c:function:: int PyDateTime_TIME_GET_MICROSECOND(PyDateTime_Time *o)
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c72 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c104 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND
D_testcapimodule.c3003 microsecond = PyDateTime_TIME_GET_MICROSECOND(obj); in test_PyDateTime_TIME_GET()