Internal changes

PiperOrigin-RevId: 674287182
pull/18224/head
Mike Kruskal 3 months ago committed by Copybara-Service
parent 8130f39227
commit 3f8544e706
  1. 1
      editions/golden/editions_transform_proto2.proto
  2. 1
      editions/golden/test_messages_proto2_editions.proto
  3. 1
      editions/golden/test_messages_proto3_editions.proto

@ -23,6 +23,7 @@ option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE; option features.utf8_validation = NONE;
option java_api_version = 1; option java_api_version = 1;
option java_multiple_files = true; option java_multiple_files = true;
option cc_enable_arenas = true;
message EmptyMessage { message EmptyMessage {
} }

@ -23,6 +23,7 @@ option objc_class_prefix = "EditionsProto2";
// This is the default, but we specify it here explicitly. // This is the default, but we specify it here explicitly.
option optimize_for = SPEED; option optimize_for = SPEED;
option cc_enable_arenas = true;
// This proto includes every type of field in both singular and repeated // This proto includes every type of field in both singular and repeated
// forms. // forms.

@ -28,6 +28,7 @@ option objc_class_prefix = "EditionsProto3";
// This is the default, but we specify it here explicitly. // This is the default, but we specify it here explicitly.
option optimize_for = SPEED; option optimize_for = SPEED;
option cc_enable_arenas = true;
// This proto includes every type of field in both singular and repeated // This proto includes every type of field in both singular and repeated
// forms. // forms.

Loading…
Cancel
Save