Home
last modified time | relevance | path

Searched refs:EnumValueDescriptorProto (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h45 class EnumValueDescriptorProto; variable
1121 inline const ::google::protobuf::EnumValueDescriptorProto& value(int index) const;
1122 inline ::google::protobuf::EnumValueDescriptorProto* mutable_value(int index);
1123 inline ::google::protobuf::EnumValueDescriptorProto* add_value();
1124 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >&
1126 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >*
1150 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_;
1161 class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::Message {
1163 EnumValueDescriptorProto();
1164 virtual ~EnumValueDescriptorProto();
[all …]
Ddescriptor.pb.cc238 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
239 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, number_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
240 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
245 EnumValueDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
247 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
248 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueDescriptorProto, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
252 sizeof(EnumValueDescriptorProto)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
517 EnumValueDescriptorProto_descriptor_, &EnumValueDescriptorProto::default_instance()); in protobuf_RegisterTypes()
563 delete EnumValueDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
721 EnumValueDescriptorProto::default_instance_ = new EnumValueDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h83 class EnumValueDescriptorProto; variable
804 void CopyTo(EnumValueDescriptorProto* proto) const;
Ddescriptor.cc1696 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo()
2491 void BuildEnumValue(const EnumValueDescriptorProto& proto,
2515 const EnumValueDescriptorProto& proto);
2665 const EnumValueDescriptorProto& proto);
3950 void DescriptorBuilder::BuildEnumValue(const EnumValueDescriptorProto& proto, in BuildEnumValue()
4386 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue() argument
4588 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions() argument
Ddescriptor.proto187 repeated EnumValueDescriptorProto value = 2;
193 message EnumValueDescriptorProto { message
Ddescriptor_unittest.cc142 EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, in AddEnumValue()
144 EnumValueDescriptorProto* result = enum_proto->add_value(); in AddEnumValue()
/external/protobuf/src/google/protobuf/compiler/
Dparser.h383 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
389 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
Dparser.cc1384 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value, in ParseEnumConstant()
1390 EnumValueDescriptorProto::kNameFieldNumber); in ParseEnumConstant()
1402 enum_value_location, EnumValueDescriptorProto::kNumberFieldNumber); in ParseEnumConstant()
1420 EnumValueDescriptorProto* value, in ParseEnumConstantOptions()
1426 enum_value_location, EnumValueDescriptorProto::kOptionsFieldNumber); in ParseEnumConstantOptions()
Dparser_unittest.cc2147 const EnumValueDescriptorProto& bar = file_.enum_type(0).value(0); in TEST_F()
2148 const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1); in TEST_F()
2415 const EnumValueDescriptorProto& value = file_.enum_type(0).value(0); in TEST_F()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java35 import com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto;
642 .addValue(EnumValueDescriptorProto.newBuilder() in testComplexNamespacePublicDependency()
714 .addValue(EnumValueDescriptorProto.newBuilder() in testPackedEnumField()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1485 public EnumValueDescriptorProto toProto() { return proto; } in toProto()
1514 private EnumValueDescriptorProto proto;
1519 private EnumValueDescriptor(final EnumValueDescriptorProto proto, in EnumValueDescriptor()
1536 private void setProto(final EnumValueDescriptorProto proto) { in setProto()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto174 repeated EnumValueDescriptorProto value = 2;
180 message EnumValueDescriptorProto { message
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1261 class EnumValueDescriptorProto(_message.Message): class
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...