Home
last modified time | relevance | path

Searched defs:GetAsUInt64 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp250 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64() function in OptionValue
256 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64() function in OptionValue
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp563 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64() function in RegisterValue
/external/flatbuffers/include/flatbuffers/
Didl.h362 uint64_t GetAsUInt64() const { return static_cast<uint64_t>(value); } in GetAsUInt64() function