Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc24 cli.AllowPlugins("protoc-"); in protoc_main()
/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