Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc270 class CommandLineInterface::ErrorPrinter : public MultiFileErrorCollector,
303 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && in AddErrorOrWarning()
316 case CommandLineInterface::ERROR_FORMAT_GCC: in AddErrorOrWarning()
319 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddErrorOrWarning()
341 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext {
380 class CommandLineInterface::MemoryOutputStream
412 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( in GeneratorContextImpl()
418 CommandLineInterface::GeneratorContextImpl::~GeneratorContextImpl() { in ~GeneratorContextImpl()
422 bool CommandLineInterface::GeneratorContextImpl::WriteAllToDisk( in WriteAllToDisk()
497 bool CommandLineInterface::GeneratorContextImpl::WriteAllToZip( in WriteAllToZip()
[all …]
Dcommand_line_interface.h92 class LIBPROTOC_EXPORT CommandLineInterface {
94 CommandLineInterface();
95 ~CommandLineInterface();
387 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
Dmain.cc46 google::protobuf::compiler::CommandLineInterface cli; in main()
Dcommand_line_interface_unittest.cc199 CommandLineInterface cli_;
1725 CommandLineInterface cli; in Run()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc76 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc95 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc101 google::protobuf::compiler::CommandLineInterface cli; in TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc225 google::protobuf::compiler::CommandLineInterface cli; in TEST()
Dmetadata_test.cc89 google::protobuf::compiler::CommandLineInterface cli; in CaptureMetadata()
/external/protobuf/src/google/protobuf/
Ddescriptor.h123 class CommandLineInterface; variable