Home
last modified time | relevance | path

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

12

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs85 public EnumValueOptions GetOptions() => Proto.Options?.Clone(); in GetOptions()
91 public T GetOption<T>(Extension<EnumValueOptions, T> extension) in GetOption() argument
101 public RepeatedField<T> GetOption<T>(RepeatedExtension<EnumValueOptions, T> extension) in GetOption() argument
DDescriptor.cs181 …ypeof(global::Google.Protobuf.Reflection.EnumValueOptions), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection()
3817 private global::Google.Protobuf.Reflection.EnumValueOptions options_;
3819 public global::Google.Protobuf.Reflection.EnumValueOptions Options {
3937 Options = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom()
3965 Options = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom()
3994 Options = new global::Google.Protobuf.Reflection.EnumValueOptions(); in IBufferMessage.InternalMergeFrom()
7593 public sealed partial class EnumValueOptions : pb::IExtendableMessage<EnumValueOptions> class
7598 …c readonly pb::MessageParser<EnumValueOptions> _parser = new pb::MessageParser<EnumValueOptions>((…
7600 internal pb::ExtensionSet<EnumValueOptions> _extensions;
7601 private pb::ExtensionSet<EnumValueOptions> _Extensions { get { return _extensions; } }
[all …]
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h80 class EnumValueOptions; variable
149 …OBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumValueOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
2896 const PROTOBUF_NAMESPACE_ID::EnumValueOptions& options() const;
2897 PROTOBUF_NAMESPACE_ID::EnumValueOptions* release_options();
2898 PROTOBUF_NAMESPACE_ID::EnumValueOptions* mutable_options();
2899 void set_allocated_options(PROTOBUF_NAMESPACE_ID::EnumValueOptions* options);
2901 const PROTOBUF_NAMESPACE_ID::EnumValueOptions& _internal_options() const;
2902 PROTOBUF_NAMESPACE_ID::EnumValueOptions* _internal_mutable_options();
2905 PROTOBUF_NAMESPACE_ID::EnumValueOptions* options);
2906 PROTOBUF_NAMESPACE_ID::EnumValueOptions* unsafe_arena_release_options();
[all …]
Ddescriptor.pb.cc117 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<EnumValueOptions> _instance;
267 new (ptr) PROTOBUF_NAMESPACE_ID::EnumValueOptions(); in InitDefaultsscc_info_EnumValueOptions_google_2fprotobuf_2fdescriptor_2eproto()
270 PROTOBUF_NAMESPACE_ID::EnumValueOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_EnumValueOptions_google_2fprotobuf_2fdescriptor_2eproto()
853 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumValueOptions, _has_bits_),
854 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumValueOptions, _internal_metadata_),
855 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumValueOptions, _extensions_),
858 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumValueOptions, deprecated_),
859 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::EnumValueOptions, uninterpreted_option_),
970 { 283, 290, sizeof(PROTOBUF_NAMESPACE_ID::EnumValueOptions)},
5142 …nstance_._instance.get_mutable()->options_ = const_cast< PROTOBUF_NAMESPACE_ID::EnumValueOptions*>( in InitAsDefaultInstance()
[all …]
Ddescriptor.h108 class EnumValueOptions; variable
1190 const EnumValueOptions& options() const;
1209 typedef EnumValueOptions OptionsType;
1227 const EnumValueOptions* options_;
2073 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumValueDescriptor, EnumValueOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_custom_options.proto79 extend google.protobuf.EnumValueOptions {
348 extend google.protobuf.EnumValueOptions {
Ddescriptor.proto281 optional EnumValueOptions options = 3;
655 message EnumValueOptions { message
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumValueOptions.php16 class EnumValueOptions extends \Google\Protobuf\Internal\Message class
DEnumValueDescriptorProto.php139 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumValueOptions::class);
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmultiple_files_test.proto59 extend google.protobuf.EnumValueOptions {
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto79 extend google.protobuf.EnumValueOptions {
294 extend google.protobuf.EnumValueOptions { Aggregate enumvalopt = 15486921; }
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto75 extend google.protobuf.EnumValueOptions {
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto184 optional EnumValueOptions options = 3;
435 message EnumValueOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto75 extend google.protobuf.EnumValueOptions {
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto184 optional EnumValueOptions options = 3;
435 message EnumValueOptions { message
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto75 extend google.protobuf.EnumValueOptions {
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto184 optional EnumValueOptions options = 3;
435 message EnumValueOptions { message
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc138 void ConvertEnumValueOptions(const EnumValueOptions& options, in ConvertEnumValueOptions()
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php214 …age('google.protobuf.internal.EnumValueOptions', \Google\Protobuf\Internal\EnumValueOptions::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py128 descriptor_pb2.EnumValueOptions())
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1232 const EnumValueOptions& options(_GetDescriptor(self)->options()); in GetHasOptions()
1233 if (&options != &EnumValueOptions::default_instance()) { in GetHasOptions()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java39 import com.google.protobuf.DescriptorProtos.EnumValueOptions;
1886 public EnumValueOptions getOptions() { in getOptions()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs179 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.EnumValueOptions, int> Enu…
180 …new pb::Extension<global::Google.Protobuf.Reflection.EnumValueOptions, int>(1560678, pb::FieldCode…
233 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.EnumValueOptions, global::…
234 …new pb::Extension<global::Google.Protobuf.Reflection.EnumValueOptions, global::UnitTest.Issues.Tes…
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto277 optional EnumValueOptions options = 3;
639 message EnumValueOptions { message
Ddescriptor.proto277 optional EnumValueOptions options = 3;
651 message EnumValueOptions { message

12