Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dmemoryobject.c779 static PyMappingMethods memory_as_mapping = { variable
816 &memory_as_mapping, /* tp_as_mapping */
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c2642 static PyMappingMethods memory_as_mapping = { variable
3292 &memory_as_mapping, /* tp_as_mapping */
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1009 Objects/memoryobject.c - memory_as_mapping -