Searched refs:as_mapping (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 4 offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript), 5 offsetof(PyHeapTypeObject, as_mapping.mp_length), 6 offsetof(PyHeapTypeObject, as_mapping.mp_subscript),
|
D | typeobject.c | 2617 type->tp_as_mapping = &et->as_mapping; in type_new() 2995 type->tp_as_mapping = &res->as_mapping; in PyType_FromModuleAndSpec() 7101 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC) 7328 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) { in slotptr() 7330 offset -= offsetof(PyHeapTypeObject, as_mapping); in slotptr()
|
/third_party/python/Include/cpython/ |
D | object.h | 283 PyMappingMethods as_mapping; member
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 938 PyMappingMethods as_mapping; member
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 934 PyMappingMethods as_mapping; member
|