Home | History | Annotate | Download | only in runtime

Lines Matching refs:Plugins

1145   plugins_ = runtime_options.ReleaseOrDefault(Opt::Plugins);
1414 // We load plugins first since that can modify the runtime state slightly.
1415 // Load all plugins
1479 std::vector<Plugin>* plugins,
1484 for (const Plugin& p : *plugins) {
1502 plugins->push_back(std::move(new_plugin));