| 2555 | class Table { |
| 2556 | public: |
| 2557 | const uint8_t *GetVTable() const { |
| 2558 | return data_ - ReadScalar<soffset_t>(data_); |
| 2559 | } |
| 2560 | |
| 2561 | // This gets the field offset for any of the functions below it, or 0 |
| 2562 | // if the field was not present. |
no outgoing calls
no test coverage detected