Searched refs:getS64 (Results 1 – 2 of 2) sorted by relevance
638 int64_t getS64(uint64_t *OffsetPtr, Error *Err = nullptr) const {645 int64_t getS64(Cursor &C) const { return static_cast<int64_t>(getU64(C)); } in getS64() function
151 return getS64(offset_ptr); in getSigned()