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

Go to the source code of this file.

Classes

struct  _upb_DefPool_Init
 

Typedefs

typedef struct _upb_DefPool_Init _upb_DefPool_Init
 

Functions

upb_Arena_upb_DefPool_Arena (const upb_DefPool *s)
 
size_t _upb_DefPool_BytesLoaded (const upb_DefPool *s)
 
upb_ExtensionRegistry_upb_DefPool_ExtReg (const upb_DefPool *s)
 
bool _upb_DefPool_InsertExt (upb_DefPool *s, const upb_MiniTableExtension *ext, const upb_FieldDef *f)
 
bool _upb_DefPool_InsertSym (upb_DefPool *s, upb_StringView sym, upb_value v, upb_Status *status)
 
bool _upb_DefPool_LookupSym (const upb_DefPool *s, const char *sym, size_t size, upb_value *v)
 
void ** _upb_DefPool_ScratchData (const upb_DefPool *s)
 
size_t * _upb_DefPool_ScratchSize (const upb_DefPool *s)
 
void _upb_DefPool_SetPlatform (upb_DefPool *s, upb_MiniTablePlatform platform)
 
bool _upb_DefPool_LoadDefInit (upb_DefPool *s, const _upb_DefPool_Init *init)
 
bool _upb_DefPool_LoadDefInitEx (upb_DefPool *s, const _upb_DefPool_Init *init, bool rebuild_minitable)
 

Typedef Documentation

◆ _upb_DefPool_Init

typedef struct _upb_DefPool_Init _upb_DefPool_Init

Function Documentation

◆ _upb_DefPool_Arena()

upb_Arena * _upb_DefPool_Arena ( const upb_DefPool * s)

◆ _upb_DefPool_BytesLoaded()

size_t _upb_DefPool_BytesLoaded ( const upb_DefPool * s)

◆ _upb_DefPool_ExtReg()

upb_ExtensionRegistry * _upb_DefPool_ExtReg ( const upb_DefPool * s)

◆ _upb_DefPool_InsertExt()

bool _upb_DefPool_InsertExt ( upb_DefPool * s,
const upb_MiniTableExtension * ext,
const upb_FieldDef * f )

◆ _upb_DefPool_InsertSym()

bool _upb_DefPool_InsertSym ( upb_DefPool * s,
upb_StringView sym,
upb_value v,
upb_Status * status )

◆ _upb_DefPool_LoadDefInit()

bool _upb_DefPool_LoadDefInit ( upb_DefPool * s,
const _upb_DefPool_Init * init )

◆ _upb_DefPool_LoadDefInitEx()

bool _upb_DefPool_LoadDefInitEx ( upb_DefPool * s,
const _upb_DefPool_Init * init,
bool rebuild_minitable )

◆ _upb_DefPool_LookupSym()

bool _upb_DefPool_LookupSym ( const upb_DefPool * s,
const char * sym,
size_t size,
upb_value * v )

◆ _upb_DefPool_ScratchData()

void ** _upb_DefPool_ScratchData ( const upb_DefPool * s)

◆ _upb_DefPool_ScratchSize()

size_t * _upb_DefPool_ScratchSize ( const upb_DefPool * s)

◆ _upb_DefPool_SetPlatform()

void _upb_DefPool_SetPlatform ( upb_DefPool * s,
upb_MiniTablePlatform platform )