Searched refs:AllowPlugins (Results 1 – 5 of 5) sorted by relevance
24 cli.AllowPlugins("protoc-"); in protoc_main()
47 cli.AllowPlugins("protoc-"); in main()
159 void AllowPlugins(const string& exe_name_prefix);
297 cli_.AllowPlugins("prefix-"); in Run()
733 void CommandLineInterface::AllowPlugins(const string& exe_name_prefix) { in AllowPlugins() function in google::protobuf::compiler::CommandLineInterface