/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumDescriptor.cs | 140 public EnumOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() 146 public T GetOption<T>(Extension<EnumOptions, T> extension) in GetOption() argument 156 public RepeatedField<T> GetOption<T>(RepeatedExtension<EnumOptions, T> extension) in GetOption() argument
|
D | Descriptor.cs | 180 …nfo(typeof(global::Google.Protobuf.Reflection.EnumOptions), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection() 3230 private global::Google.Protobuf.Reflection.EnumOptions options_; 3232 public global::Google.Protobuf.Reflection.EnumOptions Options { 3379 Options = new global::Google.Protobuf.Reflection.EnumOptions(); in MergeFrom() 3409 Options = new global::Google.Protobuf.Reflection.EnumOptions(); in MergeFrom() 3446 Options = new global::Google.Protobuf.Reflection.EnumOptions(); in IBufferMessage.InternalMergeFrom() 7274 public sealed partial class EnumOptions : pb::IExtendableMessage<EnumOptions> class 7279 …te static readonly pb::MessageParser<EnumOptions> _parser = new pb::MessageParser<EnumOptions>(() … 7281 internal pb::ExtensionSet<EnumOptions> _extensions; 7282 private pb::ExtensionSet<EnumOptions> _Extensions { get { return _extensions; } } [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 74 class EnumOptions; variable 147 … PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 2716 const PROTOBUF_NAMESPACE_ID::EnumOptions& options() const; 2717 PROTOBUF_NAMESPACE_ID::EnumOptions* release_options(); 2718 PROTOBUF_NAMESPACE_ID::EnumOptions* mutable_options(); 2719 void set_allocated_options(PROTOBUF_NAMESPACE_ID::EnumOptions* options); 2721 const PROTOBUF_NAMESPACE_ID::EnumOptions& _internal_options() const; 2722 PROTOBUF_NAMESPACE_ID::EnumOptions* _internal_mutable_options(); 2725 PROTOBUF_NAMESPACE_ID::EnumOptions* options); 2726 PROTOBUF_NAMESPACE_ID::EnumOptions* unsafe_arena_release_options(); [all …]
|
D | descriptor.pb.cc | 113 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<EnumOptions> _instance; 237 new (ptr) PROTOBUF_NAMESPACE_ID::EnumOptions(); in InitDefaultsscc_info_EnumOptions_google_2fprotobuf_2fdescriptor_2eproto() 240 PROTOBUF_NAMESPACE_ID::EnumOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_EnumOptions_google_2fprotobuf_2fdescriptor_2eproto() 842 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, _has_bits_), 843 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, _internal_metadata_), 844 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, _extensions_), 847 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, allow_alias_), 848 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, deprecated_), 849 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumOptions, uninterpreted_option_), 969 { 272, 280, sizeof(PROTOBUF_NAMESPACE_ID::EnumOptions)}, [all …]
|
D | descriptor.h | 107 class EnumOptions; variable 1046 const EnumOptions& options() const; 1101 typedef EnumOptions OptionsType; 1130 const EnumOptions* options_; 2062 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumDescriptor, EnumOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 75 extend google.protobuf.EnumOptions { 345 extend google.protobuf.EnumOptions {
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumOptions.php | 16 class EnumOptions extends \Google\Protobuf\Internal\Message class
|
D | EnumDescriptorProto.php | 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class);
|
/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 75 extend google.protobuf.EnumOptions { 293 extend google.protobuf.EnumOptions { Aggregate enumopt = 15483218; }
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 71 extend google.protobuf.EnumOptions { 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 176 optional EnumOptions options = 3; 422 message EnumOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 71 extend google.protobuf.EnumOptions { 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 176 optional EnumOptions options = 3; 422 message EnumOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 71 extend google.protobuf.EnumOptions { 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 176 optional EnumOptions options = 3; 422 message EnumOptions { message
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | test.proto | 117 extend google.protobuf.EnumOptions {
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/ |
D | test.proto | 117 extend google.protobuf.EnumOptions {
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 133 void ConvertEnumOptions(const EnumOptions& options, in ConvertEnumOptions()
|
/third_party/protobuf/js/ |
D | test.proto | 125 extend google.protobuf.EnumOptions {
|
D | README.md | 83 goog.provide('proto.google.protobuf.EnumOptions');
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 208 …l->addMessage('google.protobuf.internal.EnumOptions', \Google\Protobuf\Internal\EnumOptions::class)
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 126 descriptor_pb2.EnumOptions())
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1101 const EnumOptions& options(_GetDescriptor(self)->options()); in GetHasOptions() 1102 if (&options != &EnumOptions::default_instance()) { in GetHasOptions()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 37 import com.google.protobuf.DescriptorProtos.EnumOptions; 1684 public EnumOptions getOptions() { in getOptions()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 177 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.EnumOptions, int> EnumOpt1… 178 …new pb::Extension<global::Google.Protobuf.Reflection.EnumOptions, int>(7753576, pb::FieldCodec.For… 231 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.EnumOptions, global::UnitT… 232 …new pb::Extension<global::Google.Protobuf.Reflection.EnumOptions, global::UnitTest.Issues.TestProt…
|