Searched refs:GetBooleanValue (Results 1 – 13 of 13) sorted by relevance
50 return obj->GetBooleanValue(); in ExplainsStop()65 return obj->GetBooleanValue(); in ShouldStop()79 return obj->GetBooleanValue(); in IsStale()
115 return obj->GetBooleanValue(); in CreateBreakpoint()179 return obj->GetBooleanValue(); in IsAlive()
145 bool GetBooleanValue(bool fail_value = false) const {146 return (m_data_sp ? m_data_sp->GetBooleanValue(fail_value) : fail_value);
213 bool SBStructuredData::GetBooleanValue(bool fail_value) const { in GetBooleanValue() function in SBStructuredData216 return m_impl_up->GetBooleanValue(fail_value); in GetBooleanValue()
279 return GetBooleanValue(); in GetValueAs() 356 std::optional<bool> GetBooleanValue() const;
89 bool GetBooleanValue(bool fail_value = false) const;
750 suppress = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()755 stop = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()760 notify = object_sp->GetBooleanValue(); in GetRemoteUnixSignals()
954 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()956 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()963 ->GetBooleanValue()) { in GenerateThreadName()
273 std::optional<bool> OptionValue::GetBooleanValue() const {254 std::optional<bool> OptionValue::GetBooleanValue() const { GetBooleanValue() function in OptionValue
147 bool GetBooleanValue(bool fail_value = false) {
2050 bool associated = object->GetBooleanValue(); in SetThreadStopInfo()
52188 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2); in _wrap_SBStructuredData_GetBooleanValue__SWIG_0()52212 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(); in _wrap_SBStructuredData_GetBooleanValue__SWIG_1()