Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc869 static PyObject *GetEnumType(PyBaseDescriptor *self, void *closure) { in GetEnumType() function
982 { "enum_type", (getter)GetEnumType, (setter)SetEnumType, "Enum type"},