|
|
@ -52,6 +52,7 @@ const upb_EnumValueDef* upb_EnumDef_FindValueByNumber(const upb_EnumDef* e, |
|
|
|
int32_t num); |
|
|
|
int32_t num); |
|
|
|
const char* upb_EnumDef_FullName(const upb_EnumDef* e); |
|
|
|
const char* upb_EnumDef_FullName(const upb_EnumDef* e); |
|
|
|
bool upb_EnumDef_HasOptions(const upb_EnumDef* e); |
|
|
|
bool upb_EnumDef_HasOptions(const upb_EnumDef* e); |
|
|
|
|
|
|
|
bool upb_EnumDef_IsClosed(const upb_EnumDef* e); |
|
|
|
|
|
|
|
|
|
|
|
// Creates a mini descriptor string for an enum, returns true on success.
|
|
|
|
// Creates a mini descriptor string for an enum, returns true on success.
|
|
|
|
bool upb_EnumDef_MiniDescriptorEncode(const upb_EnumDef* e, upb_Arena* a, |
|
|
|
bool upb_EnumDef_MiniDescriptorEncode(const upb_EnumDef* e, upb_Arena* a, |
|
|
|