Lines Matching defs:offset_ptr
329 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
396 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
445 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
493 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
518 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
524 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
548 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
568 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
573 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
601 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
814 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()