Searched refs:getS16 (Results 1 – 2 of 2) sorted by relevance
480 int16_t getS16(uint64_t *OffsetPtr, Error *Err = nullptr) const {487 int16_t getS16(Cursor &C) const { return static_cast<int16_t>(getU16(C)); } in getS16() function
147 return getS16(offset_ptr); in getSigned()