|
|
@ -12204,9 +12204,9 @@ upb_Extension* UPB_PRIVATE(_upb_Message_GetOrCreateExtension)( |
|
|
|
|
|
|
|
|
|
|
|
// Must be last.
|
|
|
|
// Must be last.
|
|
|
|
|
|
|
|
|
|
|
|
const float kUpb_FltInfinity = INFINITY; |
|
|
|
const float kUpb_FltInfinity = (float)(1.0 / 0.0); |
|
|
|
const double kUpb_Infinity = INFINITY; |
|
|
|
const double kUpb_Infinity = 1.0 / 0.0; |
|
|
|
const double kUpb_NaN = NAN; |
|
|
|
const double kUpb_NaN = 0.0 / 0.0; |
|
|
|
|
|
|
|
|
|
|
|
bool UPB_PRIVATE(_upb_Message_Realloc)(struct upb_Message* msg, size_t need, |
|
|
|
bool UPB_PRIVATE(_upb_Message_Realloc)(struct upb_Message* msg, size_t need, |
|
|
|
upb_Arena* a) { |
|
|
|
upb_Arena* a) { |
|
|
|