Searched refs:GetSupportedExtensions (Results 1 – 6 of 6) 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
308 virtual Extension GetSupportedExtensions() const { return {}; } in GetSupportedExtensions() function
3794 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()3836 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()