Home | History | Annotate | Download | only in protobuf

Lines Matching refs:EnumDescriptor

188     enum_types: (list of EnumDescriptors) EnumDescriptor references
190 enum_types_by_name: (dict str ->EnumDescriptor) Same EnumDescriptor
192 in each EnumDescriptor.
312 enum_type: (EnumDescriptor) If this field contains an enum, a
401 class EnumDescriptor(_NestedDescriptorBase):
405 An EnumDescriptor instance has the following attributes:
434 super(EnumDescriptor, self).__init__(
455 super(EnumDescriptor, self).CopyToProto(proto)
466 type: (EnumDescriptor) EnumDescriptor to which this value
467 belongs. Set by EnumDescriptor's constructor if we're