|
|
|
@ -5731,7 +5731,7 @@ static upb_MiniTable* upb_MtDecoder_DoBuildMiniTableWithBuf( |
|
|
|
|
decoder->table->UPB_PRIVATE(dense_below) = 0; |
|
|
|
|
decoder->table->UPB_PRIVATE(table_mask) = -1; |
|
|
|
|
decoder->table->UPB_PRIVATE(required_count) = 0; |
|
|
|
|
#if UPB_TRACING_ENABLED |
|
|
|
|
#ifdef UPB_TRACING_ENABLED |
|
|
|
|
// MiniTables built from MiniDescriptors will not be able to vend the message
|
|
|
|
|
// name unless it is explicitly set with upb_MiniTable_SetFullName().
|
|
|
|
|
decoder->table->UPB_PRIVATE(full_name) = 0; |
|
|
|
@ -12471,7 +12471,7 @@ bool UPB_PRIVATE(_upb_Message_EnsureAvailable)(struct upb_Message* msg, |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#if UPB_TRACING_ENABLED |
|
|
|
|
#ifdef UPB_TRACING_ENABLED |
|
|
|
|
static void (*_message_trace_handler)(const upb_MiniTable*, const upb_Arena*); |
|
|
|
|
|
|
|
|
|
void upb_Message_LogNewMessage(const upb_MiniTable* m, const upb_Arena* arena) { |
|
|
|
|