Remove lazy=true from repeated fields.

This is currently a no-op in protoc.

PiperOrigin-RevId: 604457261
pull/15715/head
Chris Kennelly 2024-02-05 15:50:56 -08:00 committed by Copybara-Service
parent 035d6ec2cb
commit 34a04c1fd5
10 changed files with 10 additions and 10 deletions

View File

@ -125,7 +125,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
// Singular with defaults
optional int32 default_int32 = 61 [default = 41];

View File

@ -17,7 +17,7 @@ message LazyMessageLite {
optional int32 num = 1;
optional int32 num_with_default = 2 [default = 421];
optional LazyInnerMessageLite inner = 3 [lazy = true];
repeated LazyInnerMessageLite repeated_inner = 4 [lazy = true];
repeated LazyInnerMessageLite repeated_inner = 4 ;
oneof oneof_field {
int32 oneof_num = 5;

View File

@ -104,7 +104,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
repeated string repeated_cord = 55 [ctype=CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy=true];
repeated NestedMessage repeated_lazy_message = 57 ;
// Singular with defaults
optional int32 default_int32 = 61 [default = 41 ];

View File

@ -124,7 +124,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
repeated string repeated_cord = 55 [ctype=CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy=true];
repeated NestedMessage repeated_lazy_message = 57 ;
// Singular with defaults
optional int32 default_int32 = 61 [default = 41 ];

View File

@ -111,7 +111,7 @@ message TestAllTypesLite {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
// Singular with defaults
optional int32 default_int32 = 61 [default = 41];

View File

@ -92,7 +92,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
oneof oneof_field {
uint32 oneof_uint32 = 111;

View File

@ -114,7 +114,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
oneof oneof_field {
uint32 oneof_uint32 = 111;

View File

@ -131,7 +131,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
repeated string repeated_cord = 55 [ctype=CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy=true];
repeated NestedMessage repeated_lazy_message = 57 ;
oneof oneof_field {
uint32 oneof_uint32 = 111;

View File

@ -112,7 +112,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
oneof oneof_field {
uint32 oneof_uint32 = 111;

View File

@ -111,7 +111,7 @@ message TestAllTypes {
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
repeated string repeated_cord = 55 [ctype = CORD];
repeated NestedMessage repeated_lazy_message = 57 [lazy = true];
repeated NestedMessage repeated_lazy_message = 57 ;
oneof oneof_field {
uint32 oneof_uint32 = 111;