Searched refs:GetContainingType (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 519 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 610 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 819 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 900 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 999 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 1057 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 1445 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 1460 { "containing_type", (getter)GetContainingType, NULL, "Containing type"},
|