8#ifndef UPB_BASE_STATUS_H_
9#define UPB_BASE_STATUS_H_
16#define _kUpb_Status_MaxMessage 511
#define UPB_PRINTF(str, first_vararg)
Definition def.inc:291
#define UPB_API
Definition def.inc:162
#define _kUpb_Status_MaxMessage
Definition status.h:16
UPB_API bool upb_Status_IsOk(const upb_Status *status)
void upb_Status_SetErrorMessage(upb_Status *status, const char *msg)
UPB_API void upb_Status_Clear(upb_Status *status)
UPB_API const char * upb_Status_ErrorMessage(const upb_Status *status)
void void void upb_Status_VAppendErrorFormat(upb_Status *status, const char *fmt, va_list args) UPB_PRINTF(2
void void upb_Status_VSetErrorFormat(upb_Status *status, const char *fmt, va_list args) UPB_PRINTF(2
void upb_Status_SetErrorFormat(upb_Status *status, const char *fmt,...) UPB_PRINTF(2
bool ok
Definition status.h:19