Searched refs:CommandLineInterface (Results 1 – 11 of 11) sorted by relevance
270 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::MemoryOutputStream412 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 …]
92 class LIBPROTOC_EXPORT CommandLineInterface {94 CommandLineInterface();95 ~CommandLineInterface();387 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
46 google::protobuf::compiler::CommandLineInterface cli; in main()
199 CommandLineInterface cli_;1725 CommandLineInterface cli; in Run()
23 google::protobuf::compiler::CommandLineInterface cli; in protoc_main()
76 google::protobuf::compiler::CommandLineInterface cli; in TEST()
95 google::protobuf::compiler::CommandLineInterface cli; in TEST()
101 google::protobuf::compiler::CommandLineInterface cli; in TEST()
225 google::protobuf::compiler::CommandLineInterface cli; in TEST()
89 google::protobuf::compiler::CommandLineInterface cli; in CaptureMetadata()
123 class CommandLineInterface; variable