![]() |
WPILibC++ 2027.0.0-alpha-3
|
#include <stdint.h>#include "upb/base/internal/log2.h"#include "upb/port/def.inc"#include "upb/port/undef.inc"Go to the source code of this file.
Functions | |
| UPB_INLINE char | _upb_ToBase92 (int8_t ch) |
| UPB_INLINE char | _upb_FromBase92 (uint8_t ch) |
| UPB_INLINE const char * | _upb_Base92_DecodeVarint (const char *ptr, const char *end, char first_ch, uint8_t min, uint8_t max, uint32_t *out_val) |
| UPB_INLINE const char * _upb_Base92_DecodeVarint | ( | const char * | ptr, |
| const char * | end, | ||
| char | first_ch, | ||
| uint8_t | min, | ||
| uint8_t | max, | ||
| uint32_t * | out_val ) |
| UPB_INLINE char _upb_FromBase92 | ( | uint8_t | ch | ) |
| UPB_INLINE char _upb_ToBase92 | ( | int8_t | ch | ) |