Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc801 static int SetEnumType(PyBaseDescriptor *self, PyObject *value, void *closure) { in SetEnumType() function
899 { "enum_type", (getter)GetEnumType, (setter)SetEnumType, "Enum type"},