HomeSort by relevance Sort by last modified time
    Searched defs:EnumValueDescriptor (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 209 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):
563 super(EnumValueDescriptor, self).__init__(options, 'EnumValueOptions')
  /external/protobuf/python/google/protobuf/
descriptor.py 193 enum_values_by_name: (dict str -> EnumValueDescriptor) Dict mapping
194 from enum value name to EnumValueDescriptor for that value.
413 values_by_name: (dict str -> EnumValueDescriptor) Same as |values|,
414 but indexed by the "name" field of each EnumValueDescriptor.
415 values_by_number: (dict int -> EnumValueDescriptor) Same as |values|,
416 but indexed by the "number" field of each EnumValueDescriptor.
458 class EnumValueDescriptor(DescriptorBase):
475 super(EnumValueDescriptor, self).__init__(options, 'EnumValueOptions')
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 73 class EnumValueDescriptor;
218 const EnumValueDescriptor* FindEnumValueByName(const string& name) const;
467 const EnumValueDescriptor* default_value_enum() const;
567 const EnumValueDescriptor* default_value_enum_;
609 const EnumValueDescriptor* value(int index) const;
612 const EnumValueDescriptor* FindValueByName(const string& name) const;
615 const EnumValueDescriptor* FindValueByNumber(int number) const;
662 EnumValueDescriptor* values_;
672 friend class EnumValueDescriptor;
678 // EnumValueDescriptor for a given enum value, first get the EnumDescripto
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 69 class EnumValueDescriptor;
199 const EnumValueDescriptor* FindEnumValueByName(const string& name) const;
433 const EnumValueDescriptor* default_value_enum() const;
522 const EnumValueDescriptor* default_value_enum_;
562 const EnumValueDescriptor* value(int index) const;
565 const EnumValueDescriptor* FindValueByName(const string& name) const;
568 const EnumValueDescriptor* FindValueByNumber(int number) const;
604 EnumValueDescriptor* values_;
614 friend class EnumValueDescriptor;
620 // EnumValueDescriptor for a given enum value, first get the EnumDescripto
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 159 milliseconds