Searched defs:PyObject_HEAD (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
H A Dstructparse.py5 PyObject_HEAD = "PyObject_HEAD" variable
H A Dstruct.py5 PyObject_HEAD = "PyObject_HEAD" variable
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.h61 PyObject_HEAD; member in struct:google::protobuf::python::ExtensionDict
H A Drepeated_composite_container.h74 PyObject_HEAD; member in struct:google::protobuf::python::RepeatedCompositeContainer
H A Drepeated_scalar_container.h62 PyObject_HEAD; member in struct:google::protobuf::python::RepeatedScalarContainer
H A Dmap_container.h63 PyObject_HEAD; member in struct:google::protobuf::python::MapContainer
H A Dmessage.h68 PyObject_HEAD; member in struct:google::protobuf::python::CMessage
H A Dmap_container.cc76 PyObject_HEAD; member in struct:google::protobuf::python::MapIterator
/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc170 PyObject_HEAD; member in struct:EagerTensor
/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc80 PyObject_HEAD; // Python object header member in struct:tensorflow::__anon26866::PyBfloat16
/external/python/cpython2/Include/
H A Dobject.h45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \ macro
97 PyObject_HEAD \
107 PyObject_HEAD
/external/python/cpython3/Include/
H A Dobject.h45 with the reference count and type fields; the macro PyObject_HEAD should be
82 /* PyObject_HEAD defines the initial segment of every PyObject. */
83 #define PyObject_HEAD PyObject ob_base; macro

Completed in 339 milliseconds