Lines Matching defs:offset_ptr
330 void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst, in GetU8()
397 void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst, in GetU16()
446 void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst, in GetU32()
494 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64()
519 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32()
525 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, in GetMaxU64()
549 uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr, in GetMaxU64_unchecked()
569 int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const { in GetMaxS64()
574 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield()
602 int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxS64Bitfield()
815 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()