Searched refs:GetSupportedExtensions (Results 1 – 6 of 6) sorted by relevance
41 Extension GetSupportedExtensions() const override;
135 NativeProcessNetBSD::Manager::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessNetBSD::Manager
44 Extension GetSupportedExtensions() const override;
148 NativeProcessFreeBSD::Manager::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessFreeBSD::Manager
330 virtual Extension GetSupportedExtensions() const { return {}; } in GetSupportedExtensions() function
4222 Extension plugin_features = m_process_manager.GetSupportedExtensions(); in HandleFeatures()4268 assert(!bool(flags & ~m_process_manager.GetSupportedExtensions())); in SetEnabledExtensions()