|
|
@ -10,6 +10,8 @@ |
|
|
|
#include <stddef.h> |
|
|
|
#include <stddef.h> |
|
|
|
#include "upb/handlers.h" |
|
|
|
#include "upb/handlers.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "upb/port_def.inc" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
#ifdef __cplusplus |
|
|
|
|
|
|
|
|
|
|
|
/* Type detection and typedefs for integer types.
|
|
|
|
/* Type detection and typedefs for integer types.
|
|
|
@ -916,4 +918,6 @@ inline void Handler<T>::AddCleanup(upb_handlers* h) const { |
|
|
|
#undef UPB_INT64ALT_T |
|
|
|
#undef UPB_INT64ALT_T |
|
|
|
#undef UPB_UINT64ALT_T |
|
|
|
#undef UPB_UINT64ALT_T |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "upb/port_undef.inc" |
|
|
|
|
|
|
|
|
|
|
|
#endif /* UPB_HANDLERS_INL_H_ */ |
|
|
|
#endif /* UPB_HANDLERS_INL_H_ */ |
|
|
|