Searched defs:getU32 (Results 1 – 5 of 5) sorted by relevance
71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { in getU32() function in DataExtractor75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor
104 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32() function in DataExtractor108 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor
44 public long getU32() { return u32; } in getU32() method in TypeAliasesT
98 public function getU32() function in MyGame\\Example\\TypeAliases
403 uint32_t getU32(Cursor &C) const { return getU32(&C.Offset, &C.Err); } in getU32() function