Searched defs:EnumValueDescriptor (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Ddescriptor.py81 EnumValueDescriptor: Describes Enum values.
112 'EnumValueDescriptor',
160 class EnumValueDescriptor(messages.Message): class in inherits:messages.Message
185 values = messages.MessageField(EnumValueDescriptor, 2, repeated=True)
310 Initialized EnumValueDescriptor instance describing the Enum instance.
312 enum_value_descriptor = EnumValueDescriptor()
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py209 enum_values_by_name: (dict str -> EnumValueDescriptor) Dict mapping
210 from enum value name to EnumValueDescriptor for that value.
501 values_by_name: (dict str -> EnumValueDescriptor) Same as |values|,
502 but indexed by the "name" field of each EnumValueDescriptor.
503 values_by_number: (dict int -> EnumValueDescriptor) Same as |values|,
504 but indexed by the "number" field of each EnumValueDescriptor.
546 class EnumValueDescriptor(DescriptorBase): class in inherits:DescriptorBase
563 super(EnumValueDescriptor, self).__init__(options, 'EnumValueOptions')
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py216 enum_values_by_name: (dict str -> EnumValueDescriptor) Dict mapping
217 from enum value name to EnumValueDescriptor for that value.
534 values_by_name: (dict str -> EnumValueDescriptor) Same as |values|,
535 but indexed by the "name" field of each EnumValueDescriptor.
536 values_by_number: (dict int -> EnumValueDescriptor) Same as |values|,
537 but indexed by the "number" field of each EnumValueDescriptor.
576 class EnumValueDescriptor(DescriptorBase): class in inherits:DescriptorBase
593 super(EnumValueDescriptor, self).__init__(options, 'EnumValueOptions')
810 EnumValueDescriptor(enum_val.name, ii, enum_val.number)
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1365 implements Internal.EnumLiteMap<EnumValueDescriptor> {
1394 public List<EnumValueDescriptor> getValues() {
1403 public EnumValueDescriptor findValueByName(final String name) {
1406 if (result != null && result instanceof EnumValueDescriptor) {
1407 return (EnumValueDescriptor)result;
1419 public EnumValueDescriptor findValueByNumber(final int number) {
1429 private EnumValueDescriptor[] values;
1449 values = new EnumValueDescriptor[proto.getValueCount()];
1451 values[i] = new EnumValueDescriptor(
1476 public static final class EnumValueDescriptor extend class in class:Descriptors
1519 private EnumValueDescriptor(final EnumValueDescriptorProto proto, method in class:Descriptors.EnumValueDescriptor
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h71 class EnumValueDescriptor;
231 const EnumValueDescriptor* FindEnumValueByName(const string& name) const;
486 const EnumValueDescriptor* default_value_enum() const;
603 const EnumValueDescriptor* default_value_enum_;
702 const EnumValueDescriptor* value(int index) const;
705 const EnumValueDescriptor* FindValueByName(const string& name) const;
708 const EnumValueDescriptor* FindValueByNumber(int number) const;
760 EnumValueDescriptor* values_;
770 friend class EnumValueDescriptor;
776 // EnumValueDescriptor fo
780 class LIBPROTOBUF_EXPORT EnumValueDescriptor { class in namespace:google::protobuf
836 EnumValueDescriptor() {} function in class:google::protobuf::EnumValueDescriptor
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 517 milliseconds