Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
684 B
31 lines
684 B
/* See port_def.inc. This should #undef all macros #defined there. */ |
|
|
|
#undef UPB_MAPTYPE_STRING |
|
#undef UPB_SIZE |
|
#undef UPB_PTR_AT |
|
#undef UPB_READ_ONEOF |
|
#undef UPB_WRITE_ONEOF |
|
#undef UPB_INLINE |
|
#undef UPB_ALIGN_UP |
|
#undef UPB_ALIGN_DOWN |
|
#undef UPB_ALIGN_MALLOC |
|
#undef UPB_ALIGN_OF |
|
#undef UPB_FORCEINLINE |
|
#undef UPB_NOINLINE |
|
#undef UPB_NORETURN |
|
#undef UPB_MAX |
|
#undef UPB_MIN |
|
#undef UPB_UNUSED |
|
#undef UPB_ASSUME |
|
#undef UPB_ASSERT |
|
#undef UPB_ASSERT_DEBUGVAR |
|
#undef UPB_UNREACHABLE |
|
#undef UPB_INFINITY |
|
#undef UPB_NAN |
|
#undef UPB_MSVC_VSNPRINTF |
|
#undef _upb_snprintf |
|
#undef _upb_vsnprintf |
|
#undef _upb_va_copy |
|
#undef UPB_POISON_MEMORY_REGION |
|
#undef UPB_UNPOISON_MEMORY_REGION |
|
#undef UPB_ASAN
|
|
|