Home
last modified time | relevance | path

Searched refs:message_set_wire_format (Results 1 - 19 of 19) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php25 * option message_set_wire_format = true;
35 * Generated from protobuf field <code>optional bool message_set_wire_format = 1 [default = false];</code>
37 protected $message_set_wire_format = null; variable
91 * @type bool $message_set_wire_format
98 * option message_set_wire_format = true;
151 * option message_set_wire_format = true;
161 * Generated from protobuf field <code>optional bool message_set_wire_format = 1 [default = false];</code>
166 return isset($this->message_set_wire_format) ? $this->message_set_wire_format : false;
171 return isset($this->message_set_wire_format);
203 $this->message_set_wire_format = $var; global() variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc595 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
626 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
650 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
657 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
H A Djava_message_lite.cc480 if (descriptor_->options().message_set_wire_format()) { in GenerateDynamicMethodNewBuildMessageInfo()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_extension.cc94 if (descriptor_->containing_type()->options().message_set_wire_format()) { in GenerateStaticVariablesInitialization()
H A Dobjectivec_message.cc523 if (descriptor_->options().message_set_wire_format()) { in GenerateSource()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.cc369 if (field == NULL && descriptor->options().message_set_wire_format() && in ParseAndMergePartial()
786 if (descriptor->options().message_set_wire_format()) { in _InternalParse()
1055 if (descriptor->options().message_set_wire_format()) { in _InternalSerialize()
1211 field->containing_type()->options().message_set_wire_format() && in InternalSerializeField()
1469 if (descriptor->options().message_set_wire_format()) { in ByteSize()
1485 field->containing_type()->options().message_set_wire_format() && in FieldByteSize()
H A Ddescriptor.cc1538 if (extendee->options().message_set_wire_format()) { in FindExtensionByPrintableName()
4968 // the extendee is a message_set_wire_format message, which has a higher max in BuildFieldOrExtension()
5049 // options interpreting. This allows messages with message_set_wire_format to in BuildExtensionRange()
5051 // numbers are actually used as int32s in the message_set_wire_format. in BuildExtensionRange()
5997 if (message->options().message_set_wire_format()) { in ValidateProto3Message()
6075 static_cast<int64>(message->options().message_set_wire_format() in ValidateMessageOptions()
6118 field->containing_type()->options().message_set_wire_format()) { in ValidateFieldOptions()
7098 descriptor->options().message_set_wire_format()) {
7103 // message_set_wire_format = true, then return the message set
7376 containing_type()->options().message_set_wire_format() in PrintableNameForExtension()
[all...]
H A Ddescriptor.pb.h4086 // optional bool message_set_wire_format = 1 [default = false];
4092 bool message_set_wire_format() const;
11065 // optional bool message_set_wire_format = 1 [default = false];
11080 inline bool MessageOptions::message_set_wire_format() const { in message_set_wire_format() function in MessageOptions
11081 // @@protoc_insertion_point(field_get:google.protobuf.MessageOptions.message_set_wire_format) in message_set_wire_format()
11090 // @@protoc_insertion_point(field_set:google.protobuf.MessageOptions.message_set_wire_format) in set_message_set_wire_format()
/third_party/protobuf/benchmarks/util/
H A Dschema_proto2_to_proto3_util.h47 && descriptor->options().message_set_wire_format()) { in IsMessageSet()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc763 if (descriptor_->options().message_set_wire_format() && in GenerateFieldAccessorDeclarations()
1502 !descriptor_->options().message_set_wire_format() && in GenerateClassDefinition()
1879 } else if (!field->message_type()->options().message_set_wire_format()) { in GenerateFieldMetadata()
3406 if (descriptor_->options().message_set_wire_format()) { in GenerateMergeFromCodedStream()
3501 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizesToArray()
3711 if (descriptor_->options().message_set_wire_format()) { in GenerateByteSize()
H A Dcpp_helpers.h405 descriptor->options().message_set_wire_format() && in IsProto2MessageSet()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dgenerator_test.py145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc251 extension->containing_type()->options().message_set_wire_format() && in _FindExtensionByName()
/third_party/protobuf/python/google/protobuf/internal/
H A Dgenerator_test.py151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
H A Dpython_message.py190 descriptor.GetOptions().message_set_wire_format):
271 field.containing_type.GetOptions().message_set_wire_format and
H A Dreflection_test.py2710 raw.DESCRIPTOR.GetOptions().message_set_wire_format)
3149 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
3152 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py113 field.containing_type.GetOptions().message_set_wire_format and
H A Dtext_format.py533 if (field.containing_type.GetOptions().message_set_wire_format and
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc1119 field->containing_type()->options().message_set_wire_format()) { in JSBinaryWriterMethodName()

Completed in 85 milliseconds