Home
last modified time | relevance | path

Searched refs:EnumValueOptions (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc330 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
335 EnumValueOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
337 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
338 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
339 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
342 sizeof(EnumValueOptions)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
448 EnumValueOptions_descriptor_, &EnumValueOptions::default_instance()); in protobuf_RegisterTypes()
488 delete EnumValueOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
615 EnumValueOptions::default_instance_ = new EnumValueOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
633 EnumValueOptions::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.pb.h49 class EnumValueOptions; variable
1108 inline const ::google::protobuf::EnumValueOptions& options() const;
1109 inline ::google::protobuf::EnumValueOptions* mutable_options();
1119 ::google::protobuf::EnumValueOptions* options_;
1931 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message {
1933 EnumValueOptions();
1934 virtual ~EnumValueOptions();
1936 EnumValueOptions(const EnumValueOptions& from);
1938 inline EnumValueOptions& operator=(const EnumValueOptions& from) {
1952 static const EnumValueOptions& default_instance();
[all …]
Ddescriptor.h87 class EnumValueOptions; variable
645 const EnumValueOptions& options() const;
654 typedef EnumValueOptions OptionsType;
663 const EnumValueOptions* options_;
1249 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumValueDescriptor, EnumValueOptions);
Dunittest_custom_options.proto69 extend google.protobuf.EnumValueOptions {
Ddescriptor.proto173 optional EnumValueOptions options = 3;
372 message EnumValueOptions { message
Ddescriptor.cc1451 if (&options() != &EnumValueOptions::default_instance()) { in CopyTo()
2469 placeholder_value->options_ = &EnumValueOptions::default_instance(); in NewPlaceholder()
3568 enum_value->options_ = &EnumValueOptions::default_instance(); in CrossLinkEnumValue()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py118 descriptor_pb2.EnumValueOptions())
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1284 public EnumValueOptions getOptions() { return proto.getOptions(); } in getOptions()