Searched refs:GetBooleanValue (Results 1 – 14 of 14) sorted by relevance
53 return obj->GetBooleanValue(); in ExplainsStop()68 return obj->GetBooleanValue(); in ShouldStop()82 return obj->GetBooleanValue(); in IsStale()
120 return obj->GetBooleanValue(); in CreateBreakpoint()184 return obj->GetBooleanValue(); in IsAlive()
57 return obj->GetBooleanValue(); in HandleStop()
135 bool GetBooleanValue(bool fail_value = false) const {136 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
218 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData221 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
90 bool GetBooleanValue(bool fail_value = false) const;
272 return GetBooleanValue(); in GetValueAs()353 std::optional<bool> GetBooleanValue() const;
744 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()749 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()754 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
952 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()954 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()961 ->GetBooleanValue()) { in GenerateThreadName()
271 std::optional<bool> OptionValue::GetBooleanValue() const { in GetBooleanValue() function in OptionValue
147 bool GetBooleanValue(bool fail_value = false) {
2133 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
53316 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2); in _wrap_SBStructuredData_GetBooleanValue__SWIG_0()53340 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(); in _wrap_SBStructuredData_GetBooleanValue__SWIG_1()