Searched refs:GetEnabled (Results 1 – 8 of 8) sorted by relevance
35 bool StructuredDataPlugin::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataPlugin
127 virtual bool GetEnabled(ConstString type_name) const;
30 GetEnabled ();217 enabled = property(GetEnabled, SetEnabled)
64 bool GetEnabled(ConstString type_name) const override;
890 plugin_sp ? plugin_sp->GetEnabled(plugin_name) : false; in DoExecute()1228 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { in GetEnabled() function in StructuredDataDarwinLog
29 bool GetEnabled();
54 bool SBTypeCategory::GetEnabled() { in GetEnabled() function in SBTypeCategory55 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeCategory, GetEnabled); in GetEnabled()672 LLDB_REGISTER_METHOD(bool, SBTypeCategory, GetEnabled, ()); in RegisterMethods()
1577 if (default_category_sb.GetEnabled()) in GetFormatForType()