Searched defs:getU64 (Results 1 – 5 of 5) sorted by relevance
81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { in getU64() function in DataExtractor85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor
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
52 public long getU64() { return u64; } in getU64() method in TypeAliasesT
116 public function getU64() function in MyGame\\Example\\TypeAliases
455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function