Searched refs:GetSupportedExtensions (Results 1 – 8 of 8) sorted by relevance
40 Extension GetSupportedExtensions() const override;
137 NativeProcessNetBSD::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessNetBSD::Factory
43 Extension GetSupportedExtensions() const override;
132 NativeProcessFreeBSD::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessFreeBSD::Factory
53 Extension GetSupportedExtensions() const override;
293 NativeProcessLinux::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessLinux::Factory
325 virtual Extension GetSupportedExtensions() const { return {}; } in GetSupportedExtensions() function
4198 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()4244 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()