Skip to content

Commit 2aa5e03

Browse files
Auto-generate files after PR #25363
1 parent 8282f0f commit 2aa5e03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php/ext/google/protobuf/php-upb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16899,6 +16899,7 @@ const char* _upb_Decoder_DecodeWireValue(upb_Decoder* d, const char* ptr,
1689916899
*op = kUpb_DecodeOp_UnknownField;
1690016900
return ptr;
1690116901
}
16902+
_upb_Decoder_MungeInt32(val);
1690216903
} else {
1690316904
_upb_Decoder_Munge(field, val);
1690416905
}

ruby/ext/google/protobuf_c/ruby-upb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16458,6 +16458,7 @@ const char* _upb_Decoder_DecodeWireValue(upb_Decoder* d, const char* ptr,
1645816458
*op = kUpb_DecodeOp_UnknownField;
1645916459
return ptr;
1646016460
}
16461+
_upb_Decoder_MungeInt32(val);
1646116462
} else {
1646216463
_upb_Decoder_Munge(field, val);
1646316464
}

0 commit comments

Comments
 (0)