Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.proto100 option message_set_wire_format = false;
310 option message_set_wire_format = true;
Ddescriptor.proto399 // option message_set_wire_format = true;
410 optional bool message_set_wire_format = 1 [default=false]; field
Ddescriptor.cc5184 if (message->options().message_set_wire_format()) { in ValidateProto3Message()
5266 static_cast<int64>(message->options().message_set_wire_format() ? in ValidateMessageOptions()
5305 field->containing_type()->options().message_set_wire_format()) { in ValidateFieldOptions()
6091 descriptor->options().message_set_wire_format()) { in FindExtension()
Dtext_format.cc1416 if (field->containing_type()->options().message_set_wire_format() in PrintFieldName()
Dgenerated_message_reflection.cc1855 if (descriptor_->options().message_set_wire_format()) { in FindKnownExtensionByName()
Ddescriptor.pb.cc9707 …::google::protobuf::internal::WireFormatLite::WriteBool(1, this->message_set_wire_format(), output… in SerializeWithCachedSizes()
9747 …e::protobuf::internal::WireFormatLite::WriteBoolToArray(1, this->message_set_wire_format(), target… in InternalSerializeWithCachedSizesToArray()
9856 set_message_set_wire_format(from.message_set_wire_format()); in MergeFrom()
9936 bool MessageOptions::message_set_wire_format() const { in message_set_wire_format() function in google::protobuf::MessageOptions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/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;
Dunittest_custom_options.proto95 option message_set_wire_format = false;
294 option message_set_wire_format = true;
Ddescriptor.proto315 // option message_set_wire_format = true;
326 optional bool message_set_wire_format = 1 [default=false]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/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;
Dunittest_custom_options.proto95 option message_set_wire_format = false;
294 option message_set_wire_format = true;
Ddescriptor.proto315 // option message_set_wire_format = true;
326 optional bool message_set_wire_format = 1 [default=false]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.py165 descriptor.GetOptions().message_set_wire_format):
268 field.containing_type.GetOptions().message_set_wire_format and
Dreflection_test.py2416 raw.DESCRIPTOR.GetOptions().message_set_wire_format)
2822 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
2825 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.cc85 if (descriptor_->containing_type()->options().message_set_wire_format()) in GenerateStaticVariablesInitialization()
Dobjectivec_message.cc521 if (descriptor_->options().message_set_wire_format()) { in GenerateSource()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_message.cc587 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
620 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
645 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
655 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
Djava_message_lite.cc493 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
546 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1260 !descriptor_->options().message_set_wire_format() && in GenerateClassDefinition()
2922 if (descriptor_->options().message_set_wire_format()) { in GenerateMergeFromCodedStream()
3301 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizes()
3340 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizesToArray()
3479 if (descriptor_->options().message_set_wire_format()) { in GenerateByteSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py338 if (field.containing_type.GetOptions().message_set_wire_format and
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2032 descriptor->containing_type()->options().message_set_wire_format() && in CheckAndGetInteger()

12