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.cc185 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector,
198 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && in AddError()
211 case CommandLineInterface::ERROR_FORMAT_GCC: in AddError()
214 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddError()
237 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext {
273 class CommandLineInterface::MemoryOutputStream
305 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( in GeneratorContextImpl()
311 CommandLineInterface::GeneratorContextImpl::~GeneratorContextImpl() { in ~GeneratorContextImpl()
315 bool CommandLineInterface::GeneratorContextImpl::WriteAllToDisk( in WriteAllToDisk()
390 bool CommandLineInterface::GeneratorContextImpl::WriteAllToZip( in WriteAllToZip()
[all …]
Dcommand_line_interface.h91 class LIBPROTOC_EXPORT CommandLineInterface {
93 CommandLineInterface();
94 ~CommandLineInterface();
371 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
Dmain.cc43 google::protobuf::compiler::CommandLineInterface cli; in main()
Dcommand_line_interface_unittest.cc172 CommandLineInterface cli_;
1547 CommandLineInterface cli; in Run()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc91 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc96 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc97 google::protobuf::compiler::CommandLineInterface cli; in TEST()