WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
base92.h File Reference
#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)
 

Function Documentation

◆ _upb_Base92_DecodeVarint()

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_FromBase92()

UPB_INLINE char _upb_FromBase92 ( uint8_t ch)

◆ _upb_ToBase92()

UPB_INLINE char _upb_ToBase92 ( int8_t ch)