Searched refs:GetBooleanValue (Results 1 – 16 of 16) sorted by relevance
139 bool GetBooleanValue(bool fail_value = false) const {140 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
177 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData180 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
74 return obj->GetBooleanValue(); in ShouldStop()172 return obj->GetBooleanValue(); in IsAlive()
49 bool GetBooleanValue(bool fail_value = false) const;
73 bool GetBooleanValue(bool fail_value = false) const;
735 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()740 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()745 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()583 ->GetBooleanValue()) in GetSharedCacheInformation()
953 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()955 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()961 ->GetBooleanValue()) { in GenerateThreadName()
265 bool GetBooleanValue(bool fail_value = false) const;
86 self.load_all_images = load_all_images.GetBooleanValue()
274 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
302 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
125 bool GetBooleanValue(bool fail_value = false) {
887 return value_node.GetValueForKey("value").GetBooleanValue(fail_value)
1167 out.try_emplace(key_utf8, value.GetBooleanValue()); in FilterAndGetValueForKey()
1981 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()