Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc276 class CommandLineInterface::ErrorPrinter
327 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::MemoryOutputStream
445 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 …]
Dcommand_line_interface.h110 class PROTOC_EXPORT CommandLineInterface {
114 CommandLineInterface();
115 ~CommandLineInterface();
454 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CommandLineInterface);
Dmain.cc49 CommandLineInterface cli; in ProtobufMain()
Dannotation_test_util.h76 CommandLineInterface* cli, FileDescriptorProto* file);
Dcommand_line_interface_unittest.cc221 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()
Dannotation_test_util.cc79 CommandLineInterface* cli, FileDescriptorProto* file) { in RunProtoCompiler()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc93 compiler::CommandLineInterface cli; in TEST()
131 compiler::CommandLineInterface cli; in TEST()
/third_party/node/deps/v8/src/protobuf/
Dprotobuf-compiler-main.cc12 google::protobuf::compiler::CommandLineInterface cli; in ProtobufCompilerMain()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc63 google::protobuf::compiler::CommandLineInterface cli; in RubyTest()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc98 CommandLineInterface cli; in TEST()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc63 CommandLineInterface cli; in CaptureMetadata()
Dcpp_plugin_unittest.cc223 CommandLineInterface cli; in TEST()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h130 class CommandLineInterface; variable