Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h282 PyMappingMethods as_mapping; member
/third_party/python/Objects/
Dtypeobject.c2757 type->tp_as_mapping = &et->as_mapping; in type_new_alloc()
3492 type->tp_as_mapping = &res->as_mapping; in PyType_FromModuleAndSpec()
7884 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC)
8111 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) { in slotptr()
8113 offset -= offsetof(PyHeapTypeObject, as_mapping); in slotptr()
/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