Skip to content

Commit d754d57

Browse files
Force inline upb_DecodeFast_Message
PiperOrigin-RevId: 914078804
1 parent 5f77738 commit d754d57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

upb/wire/decode_fast/field_message.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ bool upb_DecodeFast_SingleMessage(upb_Decoder* d, const char** ptr, void* dst,
5858
return upb_DecodeFast_Delimited(d, ptr, &upb_DecodeFast_MessageData, next, c);
5959
}
6060

61+
UPB_FORCEINLINE
6162
void upb_DecodeFast_Message(upb_Decoder* d, const char** ptr, upb_Message* msg,
6263
intptr_t table, uint64_t* hasbits, uint64_t* data,
6364
upb_DecodeFastNext* ret, upb_DecodeFast_Type type,

0 commit comments

Comments
 (0)