Home
last modified time | relevance | path

Searched refs:MessageOptions (Results 1 - 24 of 24) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs171 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> MessageOpt1 =
172 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7739036, pb::FieldCodec.ForInt32(61912288, 0));
185 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, bool> BoolOpt =
186 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, bool>(7706090, pb::FieldCodec.ForBool(61648720, false));
187 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> Int32Opt =
188 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7705709, pb::FieldCodec.ForInt32(61645672, 0));
189 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long> Int64Opt =
190 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7705542, pb::FieldCodec.ForInt64(61644336, 0L));
191 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, uint> Uint32Opt =
192 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, uin
[all...]
H A DUnittestIssue6936A.cs40 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string> Opt =
41 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string>(50000, pb::FieldCodec.ForString(400002, ""));
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMessageDescriptor.cs294 /// The <c>MessageOptions</c>, defined in <c>descriptor.proto</c>.
299 public MessageOptions GetOptions() => Proto.Options?.Clone(); in GetOptions()
305 public T GetOption<T>(Extension<MessageOptions, T> extension) in GetOption()
315 public Collections.RepeatedField<T> GetOption<T>(RepeatedExtension<MessageOptions, T> extension) in GetOption()
H A DDescriptor.cs177 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MessageOptions), global::Google.Protobuf.Reflection.MessageOptions.Parser, new[]{ "MessageSetWireFormat", "NoStandardDescriptorAccessor", "Deprecated", "MapEntry", "UninterpretedOption" }, null, null, null, null), in DescriptorReflection()
1074 private global::Google.Protobuf.Reflection.MessageOptions options_;
1076 public global::Google.Protobuf.Reflection.MessageOptions Options {
1248 Options = new global::Google.Protobuf.Reflection.MessageOptions(); in MergeFrom()
1294 Options = new global::Google.Protobuf.Reflection.MessageOptions(); in MergeFrom()
1351 Options = new global::Google.Protobuf.Reflection.MessageOptions(); in IBufferMessage.InternalMergeFrom()
6004 public sealed partial class MessageOptions : pb::IExtendableMessage<MessageOptions> class
6009 private static readonly pb::MessageParser<MessageOptions> _parse
6028 public MessageOptions() { MessageOptions() method in Google.Protobuf.Reflection.MessageOptions
6035 public MessageOptions(MessageOptions other) : this() { MessageOptions() method in Google.Protobuf.Reflection.MessageOptions
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h107 class MessageOptions;
158 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MessageOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::MessageOptions>(Arena*);
1532 // optional .google.protobuf.MessageOptions options = 7;
1538 const PROTOBUF_NAMESPACE_ID::MessageOptions& options() const;
1539 PROTOBUF_NAMESPACE_ID::MessageOptions* release_options();
1540 PROTOBUF_NAMESPACE_ID::MessageOptions* mutable_options();
1541 void set_allocated_options(PROTOBUF_NAMESPACE_ID::MessageOptions* options);
1543 const PROTOBUF_NAMESPACE_ID::MessageOptions& _internal_options() const;
1544 PROTOBUF_NAMESPACE_ID::MessageOptions* _internal_mutable_option
3945 inline MessageOptions() : MessageOptions(nullptr) {} MessageOptions() function in PROTOBUF_FINAL
3950 : MessageOptions() { MessageOptions() function in PROTOBUF_FINAL
[all...]
H A Ddescriptor.pb.cc101 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<MessageOptions> _instance;
406 new (ptr) PROTOBUF_NAMESPACE_ID::MessageOptions(); in InitDefaultsscc_info_MessageOptions_google_2fprotobuf_2fdescriptor_2eproto()
409 PROTOBUF_NAMESPACE_ID::MessageOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_MessageOptions_google_2fprotobuf_2fdescriptor_2eproto()
802 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, _has_bits_),
803 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, _internal_metadata_),
804 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, _extensions_),
807 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, message_set_wire_format_),
808 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, no_standard_descriptor_accessor_),
809 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, deprecated_),
810 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::MessageOptions, map_entry
7217 MessageOptions::MessageOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) MessageOptions() function in MessageOptions
7225 MessageOptions::MessageOptions(const MessageOptions& from) MessageOptions() function in MessageOptions
[all...]
H A Ddescriptor.h104 class MessageOptions;
260 // Allowed options are defined by MessageOptions in descriptor.proto, and any
262 const MessageOptions& options() const;
502 typedef MessageOptions OptionsType;
530 const MessageOptions* options_;
2020 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(Descriptor, MessageOptions)
H A Ddescriptor_unittest.cc3033 const MessageOptions* options = nullptr; in TEST()
3090 const MessageOptions* options = in TEST()
3270 const MessageOptions& options = file->message_type(0)->options(); in TEST()
3347 const MessageOptions& options = file->message_type(0)->options(); in TEST()
3427 const MessageOptions& options = file->message_type(0)->options(); in TEST()
3515 MessageOptions::descriptor()->file()->CopyTo(&file_proto); in TEST()
3564 MessageOptions::descriptor()->file()->CopyTo(&file_proto); in TEST()
7209 "extend google.protobuf.MessageOptions {\n"
7373 MessageOptions::kUninterpretedOptionFieldNumber, 0}; in TEST_F()
8086 const MessageOptions in TEST_F()
[all...]
H A Ddescriptor.cc472 "FileOptions", "MessageOptions", "FieldOptions", "EnumOptions", in NewAllowedProto3Extendee()
2117 if (&options() != &MessageOptions::default_instance()) { in CopyTo()
3976 placeholder_message->options_ = &MessageOptions::default_instance(); in NewPlaceholderWithMutexHeld()
4647 "google.protobuf.MessageOptions"); in BuildMessage()
5442 message->options_ = &MessageOptions::default_instance(); in CrossLinkMessage()
6117 &MessageOptions::default_instance() && in ValidateFieldOptions()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php14 * Generated from protobuf message <code>google.protobuf.MessageOptions</code>
16 class MessageOptions extends \Google\Protobuf\Internal\Message class
H A DDescriptorProto.php49 * Generated from protobuf field <code>optional .google.protobuf.MessageOptions options = 7;</code>
77 * @type \Google\Protobuf\Internal\MessageOptions $options
254 * Generated from protobuf field <code>optional .google.protobuf.MessageOptions options = 7;</code>
255 * @return \Google\Protobuf\Internal\MessageOptions
273 * Generated from protobuf field <code>optional .google.protobuf.MessageOptions options = 7;</code>
274 * @param \Google\Protobuf\Internal\MessageOptions $var
279 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MessageOptions::class);
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptor.java233 this.builder.setOptions(DescriptorProtos.MessageOptions.newBuilder().setMapEntry(isMapEntry)); in setMapEntry()
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0;
485 options: isSet(object.options) ? exports.MessageOptions.fromJSON(object.options) : undefined,
532 (obj.options = message.options ? exports.MessageOptions.toJSON(message.options) : undefined);
898 exports.MessageOptions = {
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DCustomOptionsTest.cs112 public void MessageOptions() in MessageOptions() method in Google.Protobuf.Test.Reflection.CustomOptionsTest
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc123 void ConvertMessageOptions(const MessageOptions& options, in ConvertMessageOptions()
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php44 ->optional('options', \Google\Protobuf\Internal\GPBType::MESSAGE, 7, 'google.protobuf.internal.MessageOptions')
174 $pool->addMessage('google.protobuf.internal.MessageOptions', \Google\Protobuf\Internal\MessageOptions::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py130 descriptor_pb2.MessageOptions())
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDescriptorsTest.java158 assertEquals(DescriptorProtos.MessageOptions.getDefaultInstance(), in testDescriptor()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc588 const MessageOptions& options(_GetDescriptor(self)->options()); in GetHasOptions()
589 if (&options != &MessageOptions::default_instance()) { in GetHasOptions()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java44 import com.google.protobuf.DescriptorProtos.MessageOptions;
690 /** Get the {@code MessageOptions}, defined in {@code descriptor.proto}. */
691 public MessageOptions getOptions() { in getOptions()
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py137 descriptor_pb2.MessageOptions())
H A Dreflection_test.py1447 options=descriptor_pb2.MessageOptions(),
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java156 assertEquals(DescriptorProtos.MessageOptions.getDefaultInstance(), messageType.getOptions()); in testDescriptor()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc815 const MessageOptions& options = message.options(); in IsMessageSetWireFormatMessage()

Completed in 83 milliseconds