Lines Matching defs:offset_ptr
332 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
399 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
448 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
496 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
521 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
527 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
551 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
571 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
576 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
604 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
817 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()