Home
last modified time | relevance | path

Searched refs:unsigned_value (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h230 if (auto *unsigned_value = item_sp->GetAsUnsignedInteger()) in GetItemAtIndexAsInteger() local
231 return static_cast<IntType>(unsigned_value->GetValue()); in GetItemAtIndexAsInteger()
446 if (auto unsigned_value = value_sp->GetAsUnsignedInteger()) { in GetValueForKeyAsInteger() local
447 result = static_cast<IntType>(unsigned_value->GetValue()); in GetValueForKeyAsInteger()