Searched refs:GetBooleanValue (Results 1 – 10 of 10) sorted by relevance
132 bool GetBooleanValue(bool fail_value = false) const {133 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
136 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData137 return (m_impl_up ? m_impl_up->GetBooleanValue(fail_value) : fail_value); in GetBooleanValue()
86 bool GetBooleanValue(bool fail_value = false) const;
774 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()779 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()784 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
950 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()952 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()958 ->GetBooleanValue()) { in GenerateThreadName()
263 bool GetBooleanValue(bool fail_value = false) const;
276 bool OptionValue::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in OptionValue
328 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
129 bool GetBooleanValue(bool fail_value = false) {
2141 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()