Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h279 PyTypeObject ht_type; member
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1262 PyType_GenericAlloc(&type->super.ht_type, 0)); in NewEmptyMessage()
2812 PyTypeObject* CMessage_Type = &_CMessage_Type.super.ht_type;
/third_party/python/Objects/
Dtypeobject.c3428 type = &res->ht_type; in PyType_FromModuleAndSpec()