Home
last modified time | relevance | path

Searched refs:message_set_wire_format (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_mset_wire_format.proto35 // This file contains messages for testing message_set_wire_format.
44 // A message with message_set_wire_format.
46 option message_set_wire_format = true;
Dwire_format.cc418 descriptor->options().message_set_wire_format() && in ParseAndMergePartial()
801 if (descriptor->options().message_set_wire_format()) { in SerializeWithCachedSizes()
822 field->containing_type()->options().message_set_wire_format() && in SerializeFieldWithCachedSizes()
979 if (descriptor->options().message_set_wire_format()) { in ByteSize()
996 field->containing_type()->options().message_set_wire_format() && in FieldByteSize()
Dunittest_custom_options.proto96 option message_set_wire_format = false;
301 option message_set_wire_format = true;
Ddescriptor.proto397 // option message_set_wire_format = true;
408 optional bool message_set_wire_format = 1 [default=false]; field
Ddescriptor.cc5167 if (message->options().message_set_wire_format()) { in ValidateProto3Message()
5248 static_cast<int64>(message->options().message_set_wire_format() ? in ValidateMessageOptions()
5286 field->containing_type()->options().message_set_wire_format()) { in ValidateFieldOptions()
6072 descriptor->options().message_set_wire_format()) { in FindExtension()
Dtext_format.cc1384 if (field->containing_type()->options().message_set_wire_format() in PrintFieldName()
Dgenerated_message_reflection.cc1854 if (descriptor_->options().message_set_wire_format()) { in FindKnownExtensionByName()
Ddescriptor.pb.cc9541 …::google::protobuf::internal::WireFormatLite::WriteBool(1, this->message_set_wire_format(), output… in SerializeWithCachedSizes()
9581 …e::protobuf::internal::WireFormatLite::WriteBoolToArray(1, this->message_set_wire_format(), target… in SerializeWithCachedSizesToArray()
9686 set_message_set_wire_format(from.message_set_wire_format()); in MergeFrom()
9766 bool MessageOptions::message_set_wire_format() const { in message_set_wire_format() function in google::protobuf::MessageOptions
Ddescriptor.pb.h2185 bool message_set_wire_format() const;
6296 inline bool MessageOptions::message_set_wire_format() const { in message_set_wire_format() function
/external/protobuf/python/google/protobuf/internal/
Dmessage_set_extensions.proto37 // A message with message_set_wire_format.
39 option message_set_wire_format = true;
Dgenerator_test.py151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
Dpython_message.py170 descriptor.GetOptions().message_set_wire_format):
273 field.containing_type.GetOptions().message_set_wire_format and
Dreflection_test.py2415 raw.DESCRIPTOR.GetOptions().message_set_wire_format)
2821 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
2824 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.cc85 if (descriptor_->containing_type()->options().message_set_wire_format()) in GenerateStaticVariablesInitialization()
Dobjectivec_message.cc505 if (descriptor_->options().message_set_wire_format()) { in GenerateSource()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc575 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
606 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
631 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
641 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
Djava_message_lite.cc488 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
541 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py87 descriptor.GetOptions().message_set_wire_format):
185 field.containing_type.GetOptions().message_set_wire_format and
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1244 !descriptor_->options().message_set_wire_format() && in GenerateClassDefinition()
2902 if (descriptor_->options().message_set_wire_format()) { in GenerateMergeFromCodedStream()
3281 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizes()
3320 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizesToArray()
3458 if (descriptor_->options().message_set_wire_format()) { in GenerateByteSize()
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py84 if (field.containing_type.GetOptions().message_set_wire_format and
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto315 // option message_set_wire_format = true;
326 optional bool message_set_wire_format = 1 [default=false]; field
/external/protobuf/python/google/protobuf/
Dtext_format.py243 if (field.containing_type.GetOptions().message_set_wire_format and
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2035 descriptor->containing_type()->options().message_set_wire_format() && in CheckAndGetInteger()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6921 inline upb::reffed_ptr<const upb::FieldDef> message_set_wire_format() { RETURN_REFFED(upb::FieldDef…