Typedefs | Functions
msg.h File Reference
#include <stddef.h>
#include "upb/upb.h"
Include dependency graph for msg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct upb_ExtensionRegistry upb_ExtensionRegistry
 
typedef void upb_Message
 
typedef struct upb_MiniTable upb_MiniTable
 

Functions

upb_ExtensionRegistryupb_ExtensionRegistry_New (upb_Arena *arena)
 
void upb_Message_AddUnknown (upb_Message *msg, const char *data, size_t len, upb_Arena *arena)
 
size_t upb_Message_ExtensionCount (const upb_Message *msg)
 
const char * upb_Message_GetUnknown (const upb_Message *msg, size_t *len)
 

Typedef Documentation

◆ upb_ExtensionRegistry

Definition at line 104 of file msg.h.

◆ upb_Message

typedef void upb_Message

upb_Message

Definition at line 49 of file msg.h.

◆ upb_MiniTable

typedef struct upb_MiniTable upb_MiniTable

Definition at line 54 of file msg.h.

Function Documentation

◆ upb_ExtensionRegistry_New()

upb_ExtensionRegistry* upb_ExtensionRegistry_New ( upb_Arena arena)

Definition at line 384 of file msg.c.

◆ upb_Message_AddUnknown()

void upb_Message_AddUnknown ( upb_Message msg,
const char *  data,
size_t  len,
upb_Arena arena 
)

◆ upb_Message_ExtensionCount()

size_t upb_Message_ExtensionCount ( const upb_Message msg)

Definition at line 170 of file msg.c.

◆ upb_Message_GetUnknown()

const char* upb_Message_GetUnknown ( const upb_Message msg,
size_t *  len 
)

Definition at line 101 of file msg.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:23