Searched refs:GetSupportedExtensions (Results 1 – 10 of 10) sorted by relevance
41 Extension GetSupportedExtensions() const override;
145 NativeProcessOpenBSD::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessOpenBSD::Factory
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;
287 NativeProcessLinux::Factory::GetSupportedExtensions() const { in GetSupportedExtensions() function in NativeProcessLinux::Factory
326 virtual Extension GetSupportedExtensions() const { return {}; } in GetSupportedExtensions() function
4212 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()4258 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()