/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MessageOptions.php | 37 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/ |
D | unittest_mset_wire_format.proto | 35 // 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;
|
D | wire_format.cc | 420 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()
|
D | unittest_custom_options.proto | 100 option message_set_wire_format = false; 310 option message_set_wire_format = true;
|
D | test_messages_proto2.proto | 190 option message_set_wire_format = true;
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_mset.proto | 35 // 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;
|
D | unittest_custom_options.proto | 95 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/ |
D | unittest_mset.proto | 35 // 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;
|
D | unittest_custom_options.proto | 95 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/ |
D | unittest_mset.proto | 35 // 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;
|
D | unittest_custom_options.proto | 95 option message_set_wire_format = false; 294 option message_set_wire_format = true;
|
/external/golang-protobuf/protoc-gen-go/testdata/extension_base/ |
D | extension_base.proto | 44 // Another message that may be extended, using message_set_wire_format. 46 option message_set_wire_format = true;
|
/external/protobuf/python/google/protobuf/internal/ |
D | message_set_extensions.proto | 37 // A message with message_set_wire_format. 39 option message_set_wire_format = true;
|
D | generator_test.py | 151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
|
D | python_message.py | 183 descriptor.GetOptions().message_set_wire_format): 264 field.containing_type.GetOptions().message_set_wire_format and
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_extension.cc | 93 if (descriptor_->containing_type()->options().message_set_wire_format()) in GenerateStaticVariablesInitialization()
|
D | objectivec_message.cc | 498 if (descriptor_->options().message_set_wire_format()) { in GenerateSource()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_message.cc | 588 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()
|
D | java_message_lite.cc | 481 if (descriptor_->options().message_set_wire_format()) { in GenerateDynamicMethodNewBuildMessageInfo()
|
/external/protobuf/benchmarks/util/ |
D | schema_proto2_to_proto3_util.h | 47 && descriptor->options().message_set_wire_format()) { in IsMessageSet()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 765 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/ |
D | test.proto | 140 option message_set_wire_format = true;
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | generator_test.py | 145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
|
/external/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 247 extension->containing_type()->options().message_set_wire_format() && in _FindExtensionByName()
|
/external/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 100 option message_set_wire_format = false;
|