Home
last modified time | relevance | path

Searched refs:CommandLineInterface (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc182 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector,
199 case CommandLineInterface::ERROR_FORMAT_GCC: in AddError()
202 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddError()
224 class CommandLineInterface::MemoryOutputDirectory : public OutputDirectory {
255 class CommandLineInterface::MemoryOutputStream
283 CommandLineInterface::MemoryOutputDirectory::MemoryOutputDirectory() in MemoryOutputDirectory()
286 CommandLineInterface::MemoryOutputDirectory::~MemoryOutputDirectory() { in ~MemoryOutputDirectory()
290 bool CommandLineInterface::MemoryOutputDirectory::WriteAllToDisk( in WriteAllToDisk()
365 bool CommandLineInterface::MemoryOutputDirectory::WriteAllToZip( in WriteAllToZip()
406 void CommandLineInterface::MemoryOutputDirectory::AddJarManifest() { in AddJarManifest()
[all …]
Dcommand_line_interface.h90 class LIBPROTOC_EXPORT CommandLineInterface {
92 CommandLineInterface();
93 ~CommandLineInterface();
311 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
Dmain.cc42 google::protobuf::compiler::CommandLineInterface cli; in main()
Dcommand_line_interface_unittest.cc159 CommandLineInterface cli_;
1295 CommandLineInterface cli; in Run()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc94 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc89 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc94 google::protobuf::compiler::CommandLineInterface cli; in TEST()