Home
last modified time | relevance | path

Searched refs:AllowPlugins (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmain.cc47 cli.AllowPlugins("protoc-"); in main()
Dcommand_line_interface.h159 void AllowPlugins(const string& exe_name_prefix);
Dcommand_line_interface_unittest.cc297 cli_.AllowPlugins("prefix-"); in Run()
Dcommand_line_interface.cc733 void CommandLineInterface::AllowPlugins(const string& exe_name_prefix) { in AllowPlugins() function in google::protobuf::compiler::CommandLineInterface