#include <stdarg.h>
#include "upb/port/def.inc"
#include "upb/port/undef.inc"
Go to the source code of this file.
◆ _kUpb_Status_MaxMessage
| #define _kUpb_Status_MaxMessage 511 |
◆ upb_Status_Clear()
◆ upb_Status_ErrorMessage()
◆ upb_Status_IsOk()
◆ upb_Status_SetErrorFormat()
| void upb_Status_SetErrorFormat |
( |
upb_Status * | status, |
|
|
const char * | fmt, |
|
|
| ... ) |
◆ upb_Status_SetErrorMessage()
| void upb_Status_SetErrorMessage |
( |
upb_Status * | status, |
|
|
const char * | msg ) |
◆ upb_Status_VAppendErrorFormat()
| void void void upb_Status_VAppendErrorFormat |
( |
upb_Status * | status, |
|
|
const char * | fmt, |
|
|
va_list | args ) |
◆ upb_Status_VSetErrorFormat()
| void void upb_Status_VSetErrorFormat |
( |
upb_Status * | status, |
|
|
const char * | fmt, |
|
|
va_list | args ) |