OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyMemoryView_Check
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
memoryobject.h
11
#define
PyMemoryView_Check
(op) (Py_TYPE(op) == &PyMemoryView_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
memoryobject.h
11
#define
PyMemoryView_Check
(op) (Py_TYPE(op) == &PyMemoryView_Type)
/external/python/cpython2/Include/
memoryobject.h
11
#define
PyMemoryView_Check
(op) (Py_TYPE(op) == &PyMemoryView_Type)
/external/python/cpython3/Include/
memoryobject.h
14
#define
PyMemoryView_Check
(op) (Py_TYPE(op) == &PyMemoryView_Type)
/external/python/cpython3/Objects/
memoryobject.c
782
if (
PyMemoryView_Check
(v)) {
[
all
...]
Completed in 761 milliseconds