Searched refs:GetBooleanValue (Results 1 – 14 of 14) 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 ? m_impl_up->GetBooleanValue(fail_value) : fail_value); in GetBooleanValue()238 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);
50 bool GetBooleanValue(bool fail_value = false) const;
71 bool GetBooleanValue(bool fail_value = false) const;
489 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()494 ->GetBooleanValue()) in GetSharedCacheInformation()
783 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()788 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()793 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
168 output = bool_struct.GetBooleanValue()
951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()959 ->GetBooleanValue()) { in GenerateThreadName()
252 bool GetBooleanValue(bool fail_value = false) const;
274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
294 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
125 bool GetBooleanValue(bool fail_value = false) {
837 have = value_node.GetValueForKey("value").GetBooleanValue(fail_value)
2059 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()