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

  /external/protobuf/src/google/protobuf/compiler/
parser.h 249 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value);
253 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value);
parser.cc 872 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value) {
891 bool Parser::ParseEnumConstantOptions(EnumValueDescriptorProto* value) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 42 class EnumValueDescriptorProto;
    [all...]
descriptor.pb.cc 203 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_),
204 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_),
205 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_),
210 EnumValueDescriptorProto::default_instance_,
212 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]),
213 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _unknown_fields_),
217 sizeof(EnumValueDescriptorProto));
434 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance());
474 delete EnumValueDescriptorProto::default_instance_;
    [all...]
descriptor.h 80 class EnumValueDescriptorProto;
648 void CopyTo(EnumValueDescriptorProto* proto) const;
    [all...]
descriptor.cc     [all...]
descriptor_unittest.cc 140 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto,
142 EnumValueDescriptorProto* result = enum_proto->add_value();
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]

Completed in 3343 milliseconds