Searched defs:GetAsUInt64 (Results 1 – 3 of 3) sorted by relevance
250 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64() function in OptionValue256 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64() function in OptionValue
563 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64() function in RegisterValue
362 uint64_t GetAsUInt64() const { return static_cast<uint64_t>(value); } in GetAsUInt64() function