![]() |
WPILibC++ 2027.0.0-alpha-3
|
#include "upb/base/status.h"#include "upb/mini_descriptor/internal/base92.h"#include "upb/port/def.inc"#include "upb/port/undef.inc"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) |
| 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 ) |
| UPB_NORETURN UPB_INLINE void upb_MdDecoder_ErrorJmp | ( | upb_MdDecoder * | d, |
| const char * | fmt, | ||
| ... ) |