Go to the source code of this file.
|
| 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) |
| |
◆ _upb_DefPool_Init
| typedef struct _upb_DefPool_Init _upb_DefPool_Init |
◆ _upb_DefPool_Arena()
◆ _upb_DefPool_BytesLoaded()
| size_t _upb_DefPool_BytesLoaded |
( |
const upb_DefPool * | s | ) |
|
◆ _upb_DefPool_ExtReg()
◆ _upb_DefPool_InsertExt()
◆ _upb_DefPool_InsertSym()
◆ _upb_DefPool_LoadDefInit()
◆ _upb_DefPool_LoadDefInitEx()
◆ _upb_DefPool_LookupSym()
◆ _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()