HomeSort by relevance Sort by last modified time
    Searched refs:RegisterGenerator (Results 1 - 14 of 14) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
main.cc 51 cli.RegisterGenerator("--cpp_out", "--cpp_opt", &cpp_generator,
56 cli.RegisterGenerator("--java_out", &java_generator,
62 cli.RegisterGenerator("--python_out", &py_generator,
67 cli.RegisterGenerator("--javanano_out", &javanano_generator,
72 cli.RegisterGenerator("--javamicro_out", &javamicro_generator,
77 cli.RegisterGenerator("--ruby_out", &rb_generator,
82 cli.RegisterGenerator("--csharp_out", "--csharp_opt", &csharp_generator,
87 cli.RegisterGenerator("--objc_out", "--objc_opt", &objc_generator,
92 cli.RegisterGenerator("--js_out", &js_generator,
command_line_interface.h 77 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
82 // cli.RegisterGenerator("--foo_out", &foo_generator,
113 void RegisterGenerator(const string& flag_name,
121 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
125 void RegisterGenerator(const string& flag_name,
command_line_interface_unittest.cc 266 cli_.RegisterGenerator("--test_out", "--test_opt", generator, "Test output.");
267 cli_.RegisterGenerator("-t", generator, "Test output.");
271 cli_.RegisterGenerator("--alt_out", generator, "Alt output.");
275 cli_.RegisterGenerator("--null_out", generator, "Null output.");
    [all...]
command_line_interface.cc 710 void CommandLineInterface::RegisterGenerator(const string& flag_name,
720 void CommandLineInterface::RegisterGenerator(const string& flag_name,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 106 cli.RegisterGenerator("--java_out", &java_generator, "");
107 cli.RegisterGenerator("--test_out", &test_generator, "");
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 100 cli.RegisterGenerator("--python_out", &python_generator, "");
101 cli.RegisterGenerator("--test_out", &test_generator, "");
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 75 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
80 // cli.RegisterGenerator("--foo_out", &foo_generator,
111 void RegisterGenerator(const string& flag_name,
119 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
123 void RegisterGenerator(const string& flag_name,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 75 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
80 // cli.RegisterGenerator("--foo_out", &foo_generator,
111 void RegisterGenerator(const string& flag_name,
119 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
123 void RegisterGenerator(const string& flag_name,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 75 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
80 // cli.RegisterGenerator("--foo_out", &foo_generator,
111 void RegisterGenerator(const string& flag_name,
119 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
123 void RegisterGenerator(const string& flag_name,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 77 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
82 // cli.RegisterGenerator("--foo_out", &foo_generator,
113 void RegisterGenerator(const string& flag_name,
121 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
125 void RegisterGenerator(const string& flag_name,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 75 // cli.RegisterGenerator("--cpp_out", &cpp_generator,
80 // cli.RegisterGenerator("--foo_out", &foo_generator,
111 void RegisterGenerator(const string& flag_name,
119 // command_line_interface.RegisterGenerator("--foo_out", "--foo_opt", ...)
123 void RegisterGenerator(const string& flag_name,
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 80 cli.RegisterGenerator("--ruby_out", &ruby_generator, "");
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 230 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
231 cli.RegisterGenerator("--test_out", &test_generator, "");
metadata_test.cc 94 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
95 cli.RegisterGenerator("--capture_out", &capturing_generator, "");

Completed in 388 milliseconds