OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyTZInfo_CheckExact
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
/prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
/prebuilts/gdb/linux-x86/include/python2.7/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h
183
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == &PyDateTime_TZInfoType)
207
#define
PyTZInfo_CheckExact
(op) (Py_TYPE(op) == PyDateTimeAPI->TZInfoType)
Completed in 538 milliseconds