OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZInfoType
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h
146
PyTypeObject *
TZInfoType
;
206
#define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
TZInfoType
)
207
#define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
TZInfoType
)
/prebuilts/gdb/linux-x86/include/python2.7/
datetime.h
146
PyTypeObject *
TZInfoType
;
206
#define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
TZInfoType
)
207
#define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
TZInfoType
)
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h
146
PyTypeObject *
TZInfoType
;
206
#define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
TZInfoType
)
207
#define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
TZInfoType
)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h
146
PyTypeObject *
TZInfoType
;
206
#define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->
TZInfoType
)
207
#define PyTZInfo_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->
TZInfoType
)
Completed in 3545 milliseconds