Searched refs:GetContainingType (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 524 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 615 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 824 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 905 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 1004 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 1062 { "containing_type", (getter)GetContainingType, (setter)SetContainingType, 1455 static PyObject* GetContainingType(PyBaseDescriptor *self, void *closure) { in GetContainingType() function 1492 { "containing_type", (getter)GetContainingType, NULL, "Containing type"},
|