#include "upb/def.h"

Go to the source code of this file.
Enumerations | |
| enum | { UPB_TXTENC_SINGLELINE = 1, UPB_TXTENC_SKIPUNKNOWN = 2, UPB_TXTENC_NOSORT = 4 } |
Functions | |
| size_t | upb_TextEncode (const upb_Message *msg, const upb_MessageDef *m, const upb_DefPool *ext_pool, int options, char *buf, size_t size) |
| anonymous enum |
| Enumerator | |
|---|---|
| UPB_TXTENC_SINGLELINE | |
| UPB_TXTENC_SKIPUNKNOWN | |
| UPB_TXTENC_NOSORT | |
Definition at line 37 of file text_encode.h.
| size_t upb_TextEncode | ( | const upb_Message * | msg, |
| const upb_MessageDef * | m, | ||
| const upb_DefPool * | ext_pool, | ||
| int | options, | ||
| char * | buf, | ||
| size_t | size | ||
| ) |
Definition at line 455 of file text_encode.c.