Home
last modified time | relevance | path

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

12

/external/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php37 private $message_set_wire_format = false; variable in Google\\Protobuf\\Internal\\MessageOptions
171 return $this->message_set_wire_format;
198 $this->message_set_wire_format = $var;
/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.cc420 if (field == NULL && descriptor->options().message_set_wire_format() && in ParseAndMergePartial()
732 if (descriptor->options().message_set_wire_format()) { in SerializeWithCachedSizes()
875 field->containing_type()->options().message_set_wire_format() && in SerializeFieldWithCachedSizes()
1099 if (descriptor->options().message_set_wire_format()) { in ByteSize()
1115 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;
Dtest_messages_proto2.proto190 option message_set_wire_format = true;
/external/protobuf/python/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;
/external/protobuf/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;
/external/protobuf/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;
/external/golang-protobuf/protoc-gen-go/testdata/extension_base/
Dextension_base.proto44 // Another message that may be extended, using message_set_wire_format.
46 option message_set_wire_format = true;
/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.py183 descriptor.GetOptions().message_set_wire_format):
264 field.containing_type.GetOptions().message_set_wire_format and
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.cc93 if (descriptor_->containing_type()->options().message_set_wire_format()) in GenerateStaticVariablesInitialization()
Dobjectivec_message.cc498 if (descriptor_->options().message_set_wire_format()) { in GenerateSource()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc588 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
619 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
643 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
650 if (descriptor_->options().message_set_wire_format()) { in GenerateMessageSerializationMethods()
Djava_message_lite.cc481 if (descriptor_->options().message_set_wire_format()) { in GenerateDynamicMethodNewBuildMessageInfo()
/external/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h47 && descriptor->options().message_set_wire_format()) { in IsMessageSet()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc765 if (descriptor_->options().message_set_wire_format() && in GenerateFieldAccessorDeclarations()
1291 descriptor_->options().message_set_wire_format()) { in GenerateClassDefinition()
1445 !descriptor_->options().message_set_wire_format() && in GenerateClassDefinition()
1829 } else if (!field->message_type()->options().message_set_wire_format()) { in GenerateFieldMetadata()
3355 if (descriptor_->options().message_set_wire_format()) { in GenerateMergeFromCodedStream()
3773 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizes()
3809 if (descriptor_->options().message_set_wire_format()) { in GenerateSerializeWithCachedSizesToArray()
4048 if (descriptor_->options().message_set_wire_format()) { in GenerateByteSize()
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto140 option message_set_wire_format = true;
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dgenerator_test.py145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc247 extension->containing_type()->options().message_set_wire_format() && in _FindExtensionByName()
/external/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto100 option message_set_wire_format = false;

12