Lines Matching refs:GetBooleanValue
52179 SWIG_check_num_args("lldb::SBStructuredData::GetBooleanValue",2,2)
52180 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBStructuredData::GetBooleanValue",1,"lldb::SBStructuredData const *");
52181 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBStructuredData::GetBooleanValue",2,"bool");
52188 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue(arg2);
52205 SWIG_check_num_args("lldb::SBStructuredData::GetBooleanValue",1,1)
52206 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBStructuredData::GetBooleanValue",1,"lldb::SBStructuredData const *");
52212 result = (bool)((lldb::SBStructuredData const *)arg1)->GetBooleanValue();
52266 " lldb::SBStructuredData::GetBooleanValue(bool) const\n"
52267 " lldb::SBStructuredData::GetBooleanValue() const\n");
52396 { "GetBooleanValue", _wrap_SBStructuredData_GetBooleanValue},