File indexing completed on 2025-01-30 10:25:23
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef UPB_MINI_TABLE_ENUM_H_
0009 #define UPB_MINI_TABLE_ENUM_H_
0010
0011 #include <stdint.h>
0012
0013 #include "upb/mini_table/internal/enum.h"
0014
0015
0016 #include "upb/port/def.inc"
0017
0018 typedef struct upb_MiniTableEnum upb_MiniTableEnum;
0019
0020 #ifdef __cplusplus
0021 extern "C" {
0022 #endif
0023
0024
0025 UPB_API_INLINE bool upb_MiniTableEnum_CheckValue(const upb_MiniTableEnum* e,
0026 uint32_t val);
0027
0028 #ifdef __cplusplus
0029 }
0030 #endif
0031
0032 #include "upb/port/undef.inc"
0033
0034 #endif