Home
last modified time | relevance | path

Searched refs:as_mapping (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dtypeslots.inc4 offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript),
5 offsetof(PyHeapTypeObject, as_mapping.mp_length),
6 offsetof(PyHeapTypeObject, as_mapping.mp_subscript),
Dtypeobject.c2617 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/
Dobject.h283 PyMappingMethods as_mapping; member
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c938 PyMappingMethods as_mapping; member
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c934 PyMappingMethods as_mapping; member