WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
decoder.h File Reference

Go to the source code of this file.

Classes

struct  upb_MdDecoder
 

Functions

UPB_NORETURN UPB_INLINE void upb_MdDecoder_ErrorJmp (upb_MdDecoder *d, const char *fmt,...)
 
UPB_INLINE void upb_MdDecoder_CheckOutOfMemory (upb_MdDecoder *d, const void *ptr)
 
UPB_INLINE const char * upb_MdDecoder_DecodeBase92Varint (upb_MdDecoder *d, const char *ptr, char first_ch, uint8_t min, uint8_t max, uint32_t *out_val)
 

Function Documentation

◆ upb_MdDecoder_CheckOutOfMemory()

UPB_INLINE void upb_MdDecoder_CheckOutOfMemory ( upb_MdDecoder * d,
const void * ptr )

◆ upb_MdDecoder_DecodeBase92Varint()

UPB_INLINE const char * upb_MdDecoder_DecodeBase92Varint ( upb_MdDecoder * d,
const char * ptr,
char first_ch,
uint8_t min,
uint8_t max,
uint32_t * out_val )

◆ upb_MdDecoder_ErrorJmp()

UPB_NORETURN UPB_INLINE void upb_MdDecoder_ErrorJmp ( upb_MdDecoder * d,
const char * fmt,
... )