Home
last modified time | relevance | path

Searched refs:EnumOptions (Results 1 – 25 of 32) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs140 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
DDescriptor.cs180 …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/
Ddescriptor.pb.h74 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 …]
Ddescriptor.pb.cc113 ::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 …]
Ddescriptor.h107 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()
Dunittest_custom_options.proto75 extend google.protobuf.EnumOptions {
345 extend google.protobuf.EnumOptions {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumOptions.php16 class EnumOptions extends \Google\Protobuf\Internal\Message class
DEnumDescriptorProto.php151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class);
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto75 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/
Dunittest_custom_options.proto71 extend google.protobuf.EnumOptions {
328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
Ddescriptor.proto176 optional EnumOptions options = 3;
422 message EnumOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto71 extend google.protobuf.EnumOptions {
328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
Ddescriptor.proto176 optional EnumOptions options = 3;
422 message EnumOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto71 extend google.protobuf.EnumOptions {
328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
Ddescriptor.proto176 optional EnumOptions options = 3;
422 message EnumOptions { message
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto117 extend google.protobuf.EnumOptions {
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto117 extend google.protobuf.EnumOptions {
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc133 void ConvertEnumOptions(const EnumOptions& options, in ConvertEnumOptions()
/third_party/protobuf/js/
Dtest.proto125 extend google.protobuf.EnumOptions {
DREADME.md83 goog.provide('proto.google.protobuf.EnumOptions');
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php208 …l->addMessage('google.protobuf.internal.EnumOptions', \Google\Protobuf\Internal\EnumOptions::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py126 descriptor_pb2.EnumOptions())
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1101 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/
DDescriptors.java37 import com.google.protobuf.DescriptorProtos.EnumOptions;
1684 public EnumOptions getOptions() { in getOptions()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs177 …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…

12