Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc284 typedef struct PyBaseDescriptor { struct
293 } PyBaseDescriptor; typedef
298 PyBaseDescriptor base;
335 PyBaseDescriptor* py_descriptor = PyObject_New( in NewInternedDescriptor()
336 PyBaseDescriptor, type); in NewInternedDescriptor()
363 static void Dealloc(PyBaseDescriptor* self) { in Dealloc()
377 sizeof(PyBaseDescriptor), // tp_basicsize
414 return reinterpret_cast<PyBaseDescriptor*>(obj)->descriptor; in PyDescriptor_AsVoidPtr()
420 static const Descriptor* _GetDescriptor(PyBaseDescriptor* self) { in _GetDescriptor()
424 static PyObject* GetName(PyBaseDescriptor* self, void *closure) { in GetName()
[all …]