Searched refs:GetBooleanValue (Results 1 – 12 of 12) sorted by relevance
191 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData192 LLDB_RECORD_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool), in GetBooleanValue()195 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()240 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool)); in RegisterMethods()
136 bool GetBooleanValue(bool fail_value = false) const {137 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
49 bool GetBooleanValue(bool fail_value = false) const;
73 bool GetBooleanValue(bool fail_value = false) const;
783 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()788 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()793 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()959 ->GetBooleanValue()) { in GenerateThreadName()
254 bool GetBooleanValue(bool fail_value = false) const;
274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
284 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
125 bool GetBooleanValue(bool fail_value = false) {
2083 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
44766 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2); in _wrap_SBStructuredData_GetBooleanValue__SWIG_0()44790 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(); in _wrap_SBStructuredData_GetBooleanValue__SWIG_1()