Home
last modified time | relevance | path

Searched refs:Pointer_as_sequence (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5386 static PySequenceMethods Pointer_as_sequence = { variable
5436 &Pointer_as_sequence, /* tp_as_sequence */
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5394 static PySequenceMethods Pointer_as_sequence = { variable
5445 &Pointer_as_sequence, /* tp_as_sequence */
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv975 Modules/_ctypes/_ctypes.c - Pointer_as_sequence -