RegisterGenerator  111 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h   void RegisterGenerator(const string& flag_name,
RegisterGenerator  123 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h   void RegisterGenerator(const string& flag_name,
RegisterGenerator  232 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   cli_.RegisterGenerator("--test_out", "--test_opt", generator, "Test output.");
RegisterGenerator  233 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   cli_.RegisterGenerator("-t", generator, "Test output.");
RegisterGenerator  237 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   cli_.RegisterGenerator("--alt_out", generator, "Alt output.");
RegisterGenerator  241 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   cli_.RegisterGenerator("--null_out", generator, "Null output.");
RegisterGenerator   99 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc   cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
RegisterGenerator  100 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc   cli.RegisterGenerator("--test_out", &test_generator, "");
RegisterGenerator  100 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc   cli.RegisterGenerator("--java_out", &java_generator, "");
RegisterGenerator  101 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc   cli.RegisterGenerator("--test_out", &test_generator, "");
RegisterGenerator   46 third_party/protobuf/src/google/protobuf/compiler/main.cc   cli.RegisterGenerator("--cpp_out", "--cpp_opt", &cpp_generator,
RegisterGenerator   51 third_party/protobuf/src/google/protobuf/compiler/main.cc   cli.RegisterGenerator("--java_out", &java_generator,
RegisterGenerator   57 third_party/protobuf/src/google/protobuf/compiler/main.cc   cli.RegisterGenerator("--python_out", &py_generator,
RegisterGenerator   94 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc   cli.RegisterGenerator("--python_out", &python_generator, "");
RegisterGenerator   95 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc   cli.RegisterGenerator("--test_out", &test_generator, "");