blob: 749997b152200c60cc0bd7ce26d83d414b08fad7 [file] [log] [blame]
#include <stdint.h>
#include "upb/message/message.h"
#include "upb/wire/decode_fast/dispatch.h"
#include "upb/wire/internal/decoder.h"
// Must be last.
#include "upb/port/def.inc"
UPB_PRESERVE_NONE const char* _upb_FastDecoder_DecodeGeneric(
struct upb_Decoder* d, const char* ptr, upb_Message* msg, intptr_t table,
uint64_t hasbits, uint64_t data) {
(void)data;
upb_DecodeFast_SetHasbits(msg, hasbits);
return ptr;
}