Searched refs:PyDateTime_TIME_GET_MINUTE (Results 1 – 6 of 6) sorted by relevance
131 #define PyDateTime_TIME_GET_MINUTE(o) (((PyDateTime_Time*)o)->data[1]) macro
134 #define PyDateTime_TIME_GET_MINUTE(o) (((PyDateTime_Time*)o)->data[1]) macro
203 .. c:function:: int PyDateTime_TIME_GET_MINUTE(PyDateTime_Time *o)
182 .. c:function:: int PyDateTime_TIME_GET_MINUTE(PyDateTime_Time *o)
70 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE74 #define TIME_SET_MINUTE(o, v) (PyDateTime_TIME_GET_MINUTE(o) = (v))
79 #define TIME_GET_MINUTE PyDateTime_TIME_GET_MINUTE84 #define TIME_SET_MINUTE(o, v) (PyDateTime_TIME_GET_MINUTE(o) = (v))