| 2629 | } |
| 2630 | |
| 2631 | bool CheckField(voffset_t field) const { |
| 2632 | return GetOptionalFieldOffset(field) != 0; |
| 2633 | } |
| 2634 | |
| 2635 | // Verify the vtable of this table. |
| 2636 | // Call this once per table, followed by VerifyField once per field. |
no outgoing calls
no test coverage detected