Searched refs:EnumValueOptions (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 375 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 376 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 381 EnumValueOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 383 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 384 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 385 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 388 sizeof(EnumValueOptions)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 532 EnumValueOptions_descriptor_, &EnumValueOptions::default_instance()); in protobuf_RegisterTypes() 578 delete EnumValueOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 730 EnumValueOptions::default_instance_ = new EnumValueOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.pb.h | 52 class EnumValueOptions; variable 1237 inline const ::google::protobuf::EnumValueOptions& options() const; 1238 inline ::google::protobuf::EnumValueOptions* mutable_options(); 1239 inline ::google::protobuf::EnumValueOptions* release_options(); 1240 inline void set_allocated_options(::google::protobuf::EnumValueOptions* options); 1256 ::google::protobuf::EnumValueOptions* options_; 2142 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message { 2144 EnumValueOptions(); 2145 virtual ~EnumValueOptions(); 2147 EnumValueOptions(const EnumValueOptions& from); [all …]
|
D | descriptor.h | 90 class EnumValueOptions; variable 801 const EnumValueOptions& options() const; 817 typedef EnumValueOptions OptionsType; 830 const EnumValueOptions* options_; 1531 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumValueDescriptor, EnumValueOptions)
|
D | unittest_custom_options.proto | 75 extend google.protobuf.EnumValueOptions { 335 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
|
D | descriptor.proto | 197 optional EnumValueOptions options = 3; 487 message EnumValueOptions { message
|
D | descriptor.cc | 1700 if (&options() != &EnumValueOptions::default_instance()) { in CopyTo() 3039 placeholder_value->options_ = &EnumValueOptions::default_instance(); in NewPlaceholder() 4388 enum_value->options_ = &EnumValueOptions::default_instance(); in CrossLinkEnumValue()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | multiple_files_test.proto | 62 extend google.protobuf.EnumValueOptions {
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 128 descriptor_pb2.EnumValueOptions())
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 184 optional EnumValueOptions options = 3; 435 message EnumValueOptions { message
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 1303 class EnumValueOptions(_message.Message): class
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1511 public EnumValueOptions getOptions() { return proto.getOptions(); } in getOptions()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2405 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument
|