Home
last modified time | relevance | path

Searched refs:MessageOptions (Results 1 – 25 of 37) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs171 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> Messa…
172 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7739036, pb::FieldCodec.…
185 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, bool> Bool…
186 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, bool>(7706090, pb::FieldCodec…
187 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> Int32…
188 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7705709, pb::FieldCodec.…
189 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long> Int6…
190 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7705542, pb::FieldCodec…
191 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, uint> Uint…
192 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, uint>(7704880, pb::FieldCodec…
[all …]
DUnittestIssue6936A.cs40 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string> Op…
41 …new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, string>(50000, pb::FieldCodec…
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs299 public MessageOptions GetOptions() => Proto.Options?.Clone(); in GetOptions()
305 public T GetOption<T>(Extension<MessageOptions, T> extension) in GetOption() argument
315 … public Collections.RepeatedField<T> GetOption<T>(RepeatedExtension<MessageOptions, T> extension) in GetOption() argument
DDescriptor.cs177 …(typeof(global::Google.Protobuf.Reflection.MessageOptions), global::Google.Protobuf.Reflection.Mes… 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 …atic readonly pb::MessageParser<MessageOptions> _parser = new pb::MessageParser<MessageOptions>(()…
6011 internal pb::ExtensionSet<MessageOptions> _extensions;
6012 private pb::ExtensionSet<MessageOptions> _Extensions { get { return _extensions; } }
[all …]
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto63 extend google.protobuf.MessageOptions {
158 extend google.protobuf.MessageOptions {
242 extend google.protobuf.MessageOptions {
255 extend google.protobuf.MessageOptions {
291 extend google.protobuf.MessageOptions { Aggregate msgopt = 15480088; }
Dunittest_issue6936_a.proto13 extend google.protobuf.MessageOptions {
/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto60 extend google.protobuf.MessageOptions {
147 extend google.protobuf.MessageOptions {
233 extend google.protobuf.MessageOptions {
262 extend google.protobuf.MessageOptions {
339 extend google.protobuf.MessageOptions {
443 extend google.protobuf.MessageOptions {
Ddescriptor.pb.h107 class MessageOptions; variable
158 …OTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MessageOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
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_options();
1547 PROTOBUF_NAMESPACE_ID::MessageOptions* options);
1548 PROTOBUF_NAMESPACE_ID::MessageOptions* unsafe_arena_release_options();
[all …]
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_),
[all …]
Ddescriptor.h104 class MessageOptions; variable
262 const MessageOptions& options() const;
502 typedef MessageOptions OptionsType;
530 const MessageOptions* options_;
2020 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(Descriptor, MessageOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_lazy_dependencies_custom_option.proto65 extend google.protobuf.MessageOptions {
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()
7373 MessageOptions::kUninterpretedOptionFieldNumber, 0}; in TEST_F()
8086 const MessageOptions& options = in TEST_F()
8098 const MessageOptions& options2 = in TEST_F()
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto60 extend google.protobuf.MessageOptions {
147 extend google.protobuf.MessageOptions {
232 extend google.protobuf.MessageOptions {
260 extend google.protobuf.MessageOptions {
326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto60 extend google.protobuf.MessageOptions {
147 extend google.protobuf.MessageOptions {
232 extend google.protobuf.MessageOptions {
260 extend google.protobuf.MessageOptions {
326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
Ddescriptor.proto99 optional MessageOptions options = 7;
307 message MessageOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto60 extend google.protobuf.MessageOptions {
147 extend google.protobuf.MessageOptions {
232 extend google.protobuf.MessageOptions {
260 extend google.protobuf.MessageOptions {
326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php16 class MessageOptions extends \Google\Protobuf\Internal\Message class
DDescriptorProto.php279 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\MessageOptions::class);
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptor.java233 … this.builder.setOptions(DescriptorProtos.MessageOptions.newBuilder().setMapEntry(isMapEntry)); in setMapEntry()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc123 void ConvertMessageOptions(const MessageOptions& options, in ConvertMessageOptions()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs112 public void MessageOptions() in MessageOptions() method in Google.Protobuf.Test.Reflection.CustomOptionsTest
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php174 …Message('google.protobuf.internal.MessageOptions', \Google\Protobuf\Internal\MessageOptions::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py130 descriptor_pb2.MessageOptions())
/third_party/protobuf/python/google/protobuf/pyext/
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/
DDescriptors.java44 import com.google.protobuf.DescriptorProtos.MessageOptions;
691 public MessageOptions getOptions() { in getOptions()

12