Searched refs:getS32 (Results 1 – 2 of 2) sorted by relevance
573 int32_t getS32(uint64_t *OffsetPtr, Error *Err = nullptr) const {580 int32_t getS32(Cursor &C) const { return static_cast<int32_t>(getU32(C)); } in getS32() function
149 return getS32(offset_ptr); in getSigned()