Searched defs:getU64 (Results 1 – 3 of 3) sorted by relevance
114 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64() function in DataExtractor118 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function
116 public function getU64() function in MyGame\\Example\\TypeAliases