Home
last modified time | relevance | path

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

/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go625 func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { func
747 func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto { func
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc869 static PyObject *GetEnumType(PyBaseDescriptor *self, void *closure) { in GetEnumType() function