OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCPointerType_Type
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython2/Modules/_ctypes/
ctypes.h
178
extern PyTypeObject
PyCPointerType_Type
;
187
#define PyCPointerTypeObject_Check(v) PyObject_TypeCheck(v, &
PyCPointerType_Type
)
_ctypes.c
34
PyCPointerType_Type
__new__(), from_address(), __mul__(), from_param(), set_type()
94
*
PyCPointerType_Type
886
The
PyCPointerType_Type
metaclass must ensure that the subclass of Pointer can be
[
all
...]
/external/python/cpython3/Modules/_ctypes/
ctypes.h
138
extern PyTypeObject
PyCPointerType_Type
;
147
#define PyCPointerTypeObject_Check(v) PyObject_TypeCheck(v, &
PyCPointerType_Type
)
_ctypes.c
28
PyCPointerType_Type
__new__(), from_address(), __mul__(), from_param(), set_type()
88
*
PyCPointerType_Type
846
The
PyCPointerType_Type
metaclass must ensure that the subclass of Pointer can be
[
all
...]
Completed in 198 milliseconds