Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunittest_mset.proto35 // This file contains messages for testing message_set_wire_format.
41 // A message with message_set_wire_format.
43 option message_set_wire_format = true;
Dwire_format.cc401 descriptor->options().message_set_wire_format() && in ParseAndMergePartial()
748 if (descriptor->options().message_set_wire_format()) { in SerializeWithCachedSizes()
769 field->containing_type()->options().message_set_wire_format() && in SerializeFieldWithCachedSizes()
919 if (descriptor->options().message_set_wire_format()) { in ByteSize()
936 field->containing_type()->options().message_set_wire_format() && in FieldByteSize()
Dunittest_custom_options.proto95 option message_set_wire_format = false;
300 option message_set_wire_format = true;
Ddescriptor.proto350 // option message_set_wire_format = true;
361 optional bool message_set_wire_format = 1 [default=false]; field
Dtext_format.cc1290 if (field->containing_type()->options().message_set_wire_format() in PrintFieldName()
Ddescriptor.cc4486 static_cast<int64>(message->options().message_set_wire_format() ? in ValidateMessageOptions()
4528 field->containing_type()->options().message_set_wire_format()) { in ValidateFieldOptions()
5217 descriptor->options().message_set_wire_format()) { in FindExtension()
Dgenerated_message_reflection.cc1421 if (descriptor_->options().message_set_wire_format()) { in FindKnownExtensionByName()
Ddescriptor.pb.cc5804 …::google::protobuf::internal::WireFormatLite::WriteBool(1, this->message_set_wire_format(), output… in SerializeWithCachedSizes()
5839 …e::protobuf::internal::WireFormatLite::WriteBoolToArray(1, this->message_set_wire_format(), target… in SerializeWithCachedSizesToArray()
5929 set_message_set_wire_format(from.message_set_wire_format()); in MergeFrom()
Ddescriptor.pb.h1794 inline bool message_set_wire_format() const;
5461 inline bool MessageOptions::message_set_wire_format() const { in message_set_wire_format() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc564 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
597 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
626 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
636 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1972 if (descriptor_->options().message_set_wire_format()) { in GenerateMergeFromCodedStream()
2277 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizes()
2316 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizesToArray()
2415 if (descriptor_->options().message_set_wire_format()) { in GenerateByteSize()
/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py146 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
Dpython_message.py96 descriptor.GetOptions().message_set_wire_format):
195 field.containing_type.GetOptions().message_set_wire_format and
Dcpp_message.py502 field.containing_type.GetOptions().message_set_wire_format and
Dreflection_test.py2383 raw.DESCRIPTOR.GetOptions().message_set_wire_format)
2781 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
2784 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/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/python/google/protobuf/
Dtext_format.py130 if (field.containing_type.GetOptions().message_set_wire_format and
/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/pyext/
Dmessage.cc1435 descriptor->containing_type()->options().message_set_wire_format() && in CheckAndGetInteger()