Home
last modified time | relevance | path

Searched refs:ht_type (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Objects/
Dtypeslots.inc48 offsetof(PyHeapTypeObject, ht_type.tp_alloc),
49 offsetof(PyHeapTypeObject, ht_type.tp_base),
50 offsetof(PyHeapTypeObject, ht_type.tp_bases),
51 offsetof(PyHeapTypeObject, ht_type.tp_call),
52 offsetof(PyHeapTypeObject, ht_type.tp_clear),
53 offsetof(PyHeapTypeObject, ht_type.tp_dealloc),
54 offsetof(PyHeapTypeObject, ht_type.tp_del),
55 offsetof(PyHeapTypeObject, ht_type.tp_descr_get),
56 offsetof(PyHeapTypeObject, ht_type.tp_descr_set),
57 offsetof(PyHeapTypeObject, ht_type.tp_doc),
[all …]
Dtypeobject.c2932 type = &res->ht_type; in PyType_FromModuleAndSpec()
/external/python/pybind11/include/pybind11/detail/
Dclass.h77 auto type = &heap_type->ht_type; in make_static_property_type()
254 auto type = &heap_type->ht_type; in make_default_metaclass()
460 auto type = &heap_type->ht_type; in make_object_base_type()
522 auto type = &heap_type->ht_type; in enable_dynamic_attributes()
586 heap_type->ht_type.tp_as_buffer = &heap_type->as_buffer; in enable_buffer_protocol()
588 heap_type->ht_type.tp_flags |= Py_TPFLAGS_HAVE_NEWBUFFER; in enable_buffer_protocol()
654 auto type = &heap_type->ht_type; in make_new_python_type()
/external/python/cpython3/Include/cpython/
Dobject.h280 PyTypeObject ht_type; member
/external/python/cpython2/Include/
Dobject.h418 PyTypeObject ht_type; member
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1236 PyType_GenericAlloc(&type->super.ht_type, 0)); in NewEmptyMessage()
2836 PyTypeObject* CMessage_Type = &_CMessage_Type.super.ht_type;
/external/python/pybind11/include/pybind11/
Dpybind11.h1149 auto tinfo = detail::get_type_info(&type->ht_type); in PYBIND11_NAMESPACE_BEGIN()
1151 if (!type->ht_type.tp_as_buffer) in PYBIND11_NAMESPACE_BEGIN()