HomeSort by relevance Sort by last modified time
    Searched refs:EnumDescriptorProto (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.h 217 bool ParseEnumDefinition(EnumDescriptorProto* enum_type);
227 bool ParseEnumBlock(EnumDescriptorProto* enum_type);
233 bool ParseEnumStatement(EnumDescriptorProto* message);
parser.cc 834 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type) {
842 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type) {
861 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 41 class EnumDescriptorProto;
348 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
352 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
353 inline ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index);
354 inline ::google::protobuf::EnumDescriptorProto* add_enum_type();
355 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >&
357 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >*
402 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_;
627 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
631 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const
    [all...]
descriptor.pb.cc 186 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, name_),
187 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, value_),
188 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_),
193 EnumDescriptorProto::default_instance_,
195 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]),
196 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _unknown_fields_),
200 sizeof(EnumDescriptorProto));
432 EnumDescriptorProto_descriptor_, &EnumDescriptorProto::default_instance());
472 delete EnumDescriptorProto::default_instance_;
514 "gle.protobuf.EnumDescriptorProto\0228\n\007serv
    [all...]
descriptor.h 79 class EnumDescriptorProto;
581 void CopyTo(EnumDescriptorProto* proto) const;
    [all...]
descriptor_unittest.cc 72 EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) {
73 EnumDescriptorProto* result = file->add_enum_type();
78 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent,
80 EnumDescriptorProto* result = parent->add_enum_type();
140 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto,
    [all...]
descriptor.cc     [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 214 descriptor_pb2.EnumDescriptorProto,
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 381 EnumDescriptorProto edp;
    [all...]

Completed in 49 milliseconds