|
|
@ -425,6 +425,17 @@ void __asan_unpoison_memory_region(void const volatile *addr, size_t size); |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Future versions of upb will include breaking changes to some APIs.
|
|
|
|
|
|
|
|
// This macro can be set to enable these API changes ahead of time, so that
|
|
|
|
|
|
|
|
// user code can be updated before upgrading versions of protobuf.
|
|
|
|
|
|
|
|
#ifdef UPB_FUTURE_BREAKING_CHANGES |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Properly enforce closed enums in python.
|
|
|
|
|
|
|
|
// Owner: mkruskal@
|
|
|
|
|
|
|
|
#define UPB_FUTURE_PYTHON_CLOSED_ENUM_ENFORCEMENT 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifndef UPB_BASE_STATUS_H_ |
|
|
|
#ifndef UPB_BASE_STATUS_H_ |
|
|
|
#define UPB_BASE_STATUS_H_ |
|
|
|
#define UPB_BASE_STATUS_H_ |
|
|
|
|
|
|
|
|
|
|
@ -15346,3 +15357,5 @@ upb_MethodDef* _upb_MethodDefs_New(upb_DefBuilder* ctx, int n, |
|
|
|
#undef UPB_LINKARR_APPEND |
|
|
|
#undef UPB_LINKARR_APPEND |
|
|
|
#undef UPB_LINKARR_START |
|
|
|
#undef UPB_LINKARR_START |
|
|
|
#undef UPB_LINKARR_STOP |
|
|
|
#undef UPB_LINKARR_STOP |
|
|
|
|
|
|
|
#undef UPB_FUTURE_BREAKING_CHANGES |
|
|
|
|
|
|
|
#undef UPB_FUTURE_PYTHON_CLOSED_ENUM_ENFORCEMENT |
|
|
|