#include "upb/def.h"
Go to the source code of this file.
Enumerations | |
enum | { upb_JsonEncode_EmitDefaults = 1, upb_JsonEncode_UseProtoNames = 2 } |
Functions | |
size_t | upb_JsonEncode (const upb_Message *msg, const upb_MessageDef *m, const upb_DefPool *ext_pool, int options, char *buf, size_t size, upb_Status *status) |
anonymous enum |
Enumerator | |
---|---|
upb_JsonEncode_EmitDefaults | |
upb_JsonEncode_UseProtoNames |
Definition at line 37 of file json_encode.h.
size_t upb_JsonEncode | ( | const upb_Message * | msg, |
const upb_MessageDef * | m, | ||
const upb_DefPool * | ext_pool, | ||
int | options, | ||
char * | buf, | ||
size_t | size, | ||
upb_Status * | status | ||
) |
Definition at line 757 of file json_encode.c.