| 1402 | } |
| 1403 | |
| 1404 | void AddStructOffset(voffset_t field, uoffset_t off) { |
| 1405 | TrackField(field, off); |
| 1406 | } |
| 1407 | |
| 1408 | // Offsets initially are relative to the end of the buffer (downwards). |
| 1409 | // This function converts them to be relative to the current location |
nothing calls this directly
no test coverage detected