Searched refs:CommandLineInterface (Results 1 – 13 of 13) sorted by relevance
276 class CommandLineInterface::ErrorPrinter327 if (format_ == CommandLineInterface::ERROR_FORMAT_MSVS && tree_ != NULL && in AddErrorOrWarning()339 case CommandLineInterface::ERROR_FORMAT_GCC: in AddErrorOrWarning()342 case CommandLineInterface::ERROR_FORMAT_MSVS: in AddErrorOrWarning()365 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext {403 class CommandLineInterface::MemoryOutputStream445 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( in GeneratorContextImpl()449 bool CommandLineInterface::GeneratorContextImpl::WriteAllToDisk( in WriteAllToDisk()523 bool CommandLineInterface::GeneratorContextImpl::WriteAllToZip( in WriteAllToZip()563 void CommandLineInterface::GeneratorContextImpl::AddJarManifest() { in AddJarManifest()[all …]
110 class PROTOC_EXPORT CommandLineInterface {114 CommandLineInterface();115 ~CommandLineInterface();454 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
49 CommandLineInterface cli; in ProtobufMain()
76 CommandLineInterface* cli, FileDescriptorProto* file);
221 CommandLineInterface cli_;811 CommandLineInterface::kPathSeparator + "$tmpdir/baz_and_bat.bin")); in TEST_F()827 CommandLineInterface::kPathSeparator + "$tmpdir/baz_and_bat.bin")); in TEST_F()885 CommandLineInterface::kPathSeparator + "$tmpdir/foo_and_baz.bin")); in TEST_F()1289 std::string("$tmpdir/a") + CommandLineInterface::kPathSeparator + in TEST_F()2588 CommandLineInterface cli; in Run()
79 CommandLineInterface* cli, FileDescriptorProto* file) { in RunProtoCompiler()
93 compiler::CommandLineInterface cli; in TEST()131 compiler::CommandLineInterface cli; in TEST()
12 google::protobuf::compiler::CommandLineInterface cli; in ProtobufCompilerMain()
63 google::protobuf::compiler::CommandLineInterface cli; in RubyTest()
98 CommandLineInterface cli; in TEST()
63 CommandLineInterface cli; in CaptureMetadata()
223 CommandLineInterface cli; in TEST()
130 class CommandLineInterface; variable