Lines Matching defs:offset_ptr
331 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
398 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
447 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
495 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
520 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
526 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
550 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
570 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
575 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
603 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
816 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()