Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h301 GetBooleanValue (bool fail_value = false) const;
/external/lldb/source/Interpreter/
DOptionValue.cpp325 OptionValue::GetBooleanValue (bool fail_value) const in GetBooleanValue() function in OptionValue
DOptionValueProperties.cpp357 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()