Searched refs:as_mapping (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | sharded_device_array.cc | 209 type->tp_as_mapping = &heap_type->as_mapping; in RegisterTypes()
|
D | py_buffer.cc | 539 type->tp_as_mapping = &heap_type->as_mapping; in RegisterTypes()
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 282 PyMappingMethods as_mapping; member
|
/external/python/cpython2/Include/ |
D | object.h | 420 PyMappingMethods as_mapping; member
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 668 type->tp_as_mapping = &heap_type->as_mapping; in make_new_python_type()
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 2757 type->tp_as_mapping = &et->as_mapping; in type_new_alloc() 3492 type->tp_as_mapping = &res->as_mapping; in PyType_FromModuleAndSpec() 7887 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC) 8114 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) { in slotptr() 8116 offset -= offsetof(PyHeapTypeObject, as_mapping); in slotptr()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 2370 type->tp_as_mapping = &et->as_mapping; in type_new() 6015 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC) 6248 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) { 6250 offset -= offsetof(PyHeapTypeObject, as_mapping);
|
/external/webp/swig/ |
D | libwebp_python_wrap.c | 938 PyMappingMethods as_mapping; member
|