|
|
|
@ -1495,7 +1495,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.FileDescriptorProto file = 1;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_file_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(1, this->_internal_file(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -1982,7 +1982,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.DescriptorProto message_type = 4;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_message_type_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(4, this->_internal_message_type(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -1990,7 +1990,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_enum_type_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(5, this->_internal_enum_type(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -1998,7 +1998,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_service_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(6, this->_internal_service(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -2006,14 +2006,14 @@ failure: |
|
|
|
|
// repeated .google.protobuf.FieldDescriptorProto extension = 7;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_extension_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(7, this->_internal_extension(i), target, stream); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FileOptions options = 8;
|
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
8, _Internal::options(this), target, stream); |
|
|
|
@ -2021,7 +2021,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.SourceCodeInfo source_code_info = 9;
|
|
|
|
|
if (cached_has_bits & 0x00000010u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
9, _Internal::source_code_info(this), target, stream); |
|
|
|
@ -2029,13 +2029,13 @@ failure: |
|
|
|
|
|
|
|
|
|
// repeated int32 public_dependency = 10;
|
|
|
|
|
for (int i = 0, n = this->_internal_public_dependency_size(); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(10, this->_internal_public_dependency(i), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated int32 weak_dependency = 11;
|
|
|
|
|
for (int i = 0, n = this->_internal_weak_dependency_size(); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(11, this->_internal_weak_dependency(i), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2446,19 +2446,19 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional int32 start = 1;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(1, this->_internal_start(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional int32 end = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000004u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_end(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.ExtensionRangeOptions options = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
3, _Internal::options(this), target, stream); |
|
|
|
@ -2724,13 +2724,13 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional int32 start = 1;
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(1, this->_internal_start(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional int32 end = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_end(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -3142,7 +3142,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.FieldDescriptorProto field = 2;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_field_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(2, this->_internal_field(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3150,7 +3150,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.DescriptorProto nested_type = 3;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_nested_type_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(3, this->_internal_nested_type(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3158,7 +3158,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_enum_type_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(4, this->_internal_enum_type(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3166,7 +3166,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_extension_range_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(5, this->_internal_extension_range(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3174,14 +3174,14 @@ failure: |
|
|
|
|
// repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_extension_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(6, this->_internal_extension(i), target, stream); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.MessageOptions options = 7;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
7, _Internal::options(this), target, stream); |
|
|
|
@ -3190,7 +3190,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_oneof_decl_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(8, this->_internal_oneof_decl(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3198,7 +3198,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_reserved_range_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(9, this->_internal_reserved_range(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3530,7 +3530,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -3973,20 +3973,20 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional int32 number = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000040u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(3, this->_internal_number(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
|
|
|
|
if (cached_has_bits & 0x00000100u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
4, this->_internal_label(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
|
|
|
|
if (cached_has_bits & 0x00000200u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
5, this->_internal_type(), target); |
|
|
|
|
} |
|
|
|
@ -4013,7 +4013,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FieldOptions options = 8;
|
|
|
|
|
if (cached_has_bits & 0x00000020u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
8, _Internal::options(this), target, stream); |
|
|
|
@ -4021,7 +4021,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional int32 oneof_index = 9;
|
|
|
|
|
if (cached_has_bits & 0x00000080u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(9, this->_internal_oneof_index(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -4421,7 +4421,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.OneofOptions options = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
2, _Internal::options(this), target, stream); |
|
|
|
@ -4676,13 +4676,13 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional int32 start = 1;
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(1, this->_internal_start(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional int32 end = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_end(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -5019,14 +5019,14 @@ failure: |
|
|
|
|
// repeated .google.protobuf.EnumValueDescriptorProto value = 2;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_value_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(2, this->_internal_value(i), target, stream); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.EnumOptions options = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
3, _Internal::options(this), target, stream); |
|
|
|
@ -5035,7 +5035,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_reserved_range_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(4, this->_internal_reserved_range(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -5384,13 +5384,13 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional int32 number = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000004u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_number(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.EnumValueOptions options = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
3, _Internal::options(this), target, stream); |
|
|
|
@ -5714,14 +5714,14 @@ failure: |
|
|
|
|
// repeated .google.protobuf.MethodDescriptorProto method = 2;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_method_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(2, this->_internal_method(i), target, stream); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.ServiceOptions options = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
3, _Internal::options(this), target, stream); |
|
|
|
@ -6117,7 +6117,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.MethodOptions options = 4;
|
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray( |
|
|
|
|
4, _Internal::options(this), target, stream); |
|
|
|
@ -6125,13 +6125,13 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional bool client_streaming = 5 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000010u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(5, this->_internal_client_streaming(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool server_streaming = 6 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000020u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(6, this->_internal_server_streaming(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -6775,14 +6775,14 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
|
|
|
|
|
if (cached_has_bits & 0x00080000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
9, this->_internal_optimize_for(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool java_multiple_files = 10 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000400u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(10, this->_internal_java_multiple_files(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -6798,43 +6798,43 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional bool cc_generic_services = 16 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00002000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(16, this->_internal_cc_generic_services(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool java_generic_services = 17 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00004000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(17, this->_internal_java_generic_services(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool py_generic_services = 18 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00008000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(18, this->_internal_py_generic_services(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool java_generate_equals_and_hash = 20 [deprecated = true];
|
|
|
|
|
if (cached_has_bits & 0x00000800u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(20, this->_internal_java_generate_equals_and_hash(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool deprecated = 23 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00020000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(23, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool java_string_check_utf8 = 27 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00001000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(27, this->_internal_java_string_check_utf8(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool cc_enable_arenas = 31 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00040000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(31, this->_internal_cc_enable_arenas(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -6890,7 +6890,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional bool php_generic_services = 42 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00010000u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(42, this->_internal_php_generic_services(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -6917,7 +6917,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -7432,32 +7432,32 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional bool message_set_wire_format = 1 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_message_set_wire_format(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool no_standard_descriptor_accessor = 2 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_no_standard_descriptor_accessor(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool deprecated = 3 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000004u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(3, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool map_entry = 7;
|
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(7, this->_internal_map_entry(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -7821,46 +7821,46 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
1, this->_internal_ctype(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool packed = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_packed(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool deprecated = 3 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(3, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool lazy = 5 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000004u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(5, this->_internal_lazy(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
|
|
|
|
|
if (cached_has_bits & 0x00000020u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
6, this->_internal_jstype(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool weak = 10 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000010u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(10, this->_internal_weak(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -8156,7 +8156,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -8422,20 +8422,20 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional bool allow_alias = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_allow_alias(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional bool deprecated = 3 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(3, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -8709,14 +8709,14 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional bool deprecated = 1 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(1, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -8975,14 +8975,14 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional bool deprecated = 33 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(33, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -9265,13 +9265,13 @@ failure: |
|
|
|
|
cached_has_bits = _has_bits_[0]; |
|
|
|
|
// optional bool deprecated = 33 [default = false];
|
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(33, this->_internal_deprecated(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( |
|
|
|
|
34, this->_internal_idempotency_level(), target); |
|
|
|
|
} |
|
|
|
@ -9279,7 +9279,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_uninterpreted_option_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(999, this->_internal_uninterpreted_option(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -9561,7 +9561,7 @@ failure: |
|
|
|
|
|
|
|
|
|
// required bool is_extension = 2;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBoolToArray(2, this->_internal_is_extension(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -9915,7 +9915,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_name_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(2, this->_internal_name(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -9933,19 +9933,19 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional uint64 positive_int_value = 4;
|
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt64ToArray(4, this->_internal_positive_int_value(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional int64 negative_int_value = 5;
|
|
|
|
|
if (cached_has_bits & 0x00000010u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(5, this->_internal_negative_int_value(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional double double_value = 6;
|
|
|
|
|
if (cached_has_bits & 0x00000020u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteDoubleToArray(6, this->_internal_double_value(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -10634,7 +10634,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_location_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(1, this->_internal_location(i), target, stream); |
|
|
|
|
} |
|
|
|
@ -10918,13 +10918,13 @@ failure: |
|
|
|
|
|
|
|
|
|
// optional int32 begin = 3;
|
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(3, this->_internal_begin(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// optional int32 end = 4;
|
|
|
|
|
if (cached_has_bits & 0x00000004u) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(4, this->_internal_end(), target); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -11183,7 +11183,7 @@ failure: |
|
|
|
|
// repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
|
|
|
|
|
for (unsigned int i = 0, |
|
|
|
|
n = static_cast<unsigned int>(this->_internal_annotation_size()); i < n; i++) { |
|
|
|
|
stream->EnsureSpace(&target); |
|
|
|
|
target = stream->EnsureSpace(target); |
|
|
|
|
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite:: |
|
|
|
|
InternalWriteMessageToArray(1, this->_internal_annotation(i), target, stream); |
|
|
|
|
} |
|
|
|
|