Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions upb/wire/decode_fast/field_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ bool upb_DecodeFast_SingleMessage(upb_Decoder* d, const char** ptr, void* dst,
return upb_DecodeFast_Delimited(d, ptr, &upb_DecodeFast_MessageData, next, c);
}

UPB_FORCEINLINE
void upb_DecodeFast_Message(upb_Decoder* d, const char** ptr, upb_Message* msg,
intptr_t table, uint64_t* hasbits, uint64_t* data,
upb_DecodeFastNext* ret, upb_DecodeFast_Type type,
Expand Down
Loading