Searched refs:getS8 (Results 1 – 2 of 2) sorted by relevance
413 int8_t getS8(uint64_t *OffsetPtr, Error *Err = nullptr) const {420 int8_t getS8(Cursor &C) const { return static_cast<int8_t>(getU8(C)); } in getS8() function
145 return getS8(offset_ptr); in getSigned()