Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dsharded_device_array.cc209 type->tp_as_mapping = &heap_type->as_mapping; in RegisterTypes()
Dpy_buffer.cc539 type->tp_as_mapping = &heap_type->as_mapping; in RegisterTypes()
/external/python/cpython3/Include/cpython/
Dobject.h282 PyMappingMethods as_mapping; member
/external/python/cpython2/Include/
Dobject.h420 PyMappingMethods as_mapping; member
/external/python/pybind11/include/pybind11/detail/
Dclass.h668 type->tp_as_mapping = &heap_type->as_mapping; in make_new_python_type()
/external/python/cpython3/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()
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/
Dtypeobject.c2370 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/
Dlibwebp_python_wrap.c938 PyMappingMethods as_mapping; member