Searched defs:GetU64 (Results 1 – 3 of 3) sorted by relevance
123 uint64_t StringExtractor::GetU64(uint64_t fail_value, int base) { in GetU64() function in StringExtractor
475 uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const { in GetU64() function in DataExtractor494 void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst, in GetU64() function in DataExtractor
347 uint64_t &GetU64() const { return As<uint64_t>(false); } in GetU64() function