|
|
@ -52,8 +52,8 @@ UPB_API_INLINE const upb_MiniTableField* upb_MiniTable_MapValue( |
|
|
|
|
|
|
|
|
|
|
|
// Returns true if this MiniTable field is linked to a MiniTable for the
|
|
|
|
// Returns true if this MiniTable field is linked to a MiniTable for the
|
|
|
|
// sub-message.
|
|
|
|
// sub-message.
|
|
|
|
UPB_API_INLINE bool upb_MiniTable_MessageFieldIsLinked( |
|
|
|
UPB_API_INLINE bool upb_MiniTable_FieldIsLinked(const upb_MiniTable* m, |
|
|
|
const upb_MiniTable* m, const upb_MiniTableField* f); |
|
|
|
const upb_MiniTableField* f); |
|
|
|
|
|
|
|
|
|
|
|
// If this field is in a oneof, returns the first field in the oneof.
|
|
|
|
// If this field is in a oneof, returns the first field in the oneof.
|
|
|
|
//
|
|
|
|
//
|
|
|
|