#include "upb/def.h"
#include "upb/reflection.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
Classes | |
union | upb_FieldPathEntry |
Functions | |
size_t | upb_FieldPath_ToText (upb_FieldPathEntry **path, char *buf, size_t size) |
bool | upb_util_HasUnsetRequired (const upb_Message *msg, const upb_MessageDef *m, const upb_DefPool *ext_pool, upb_FieldPathEntry **fields) |
size_t upb_FieldPath_ToText | ( | upb_FieldPathEntry ** | path, |
char * | buf, | ||
size_t | size | ||
) |
Definition at line 119 of file required_fields.c.
bool upb_util_HasUnsetRequired | ( | const upb_Message * | msg, |
const upb_MessageDef * | m, | ||
const upb_DefPool * | ext_pool, | ||
upb_FieldPathEntry ** | fields | ||
) |
Definition at line 293 of file required_fields.c.