Home | History | Annotate | Download | only in compiler

Lines Matching refs:compiler

33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
39 #include <google/protobuf/compiler/ruby/ruby_generator.h>
40 #include <google/protobuf/compiler/csharp/csharp_generator.h>
41 #include <google/protobuf/compiler/objectivec/objectivec_generator.h>
42 #include <google/protobuf/compiler/js/js_generator.h>
46 google::protobuf::compiler::CommandLineInterface cli;
50 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
55 google::protobuf::compiler::java::JavaGenerator java_generator;
61 google::protobuf::compiler::python::Generator py_generator;
66 google::protobuf::compiler::javanano::JavaNanoGenerator javanano_generator;
71 google::protobuf::compiler::javamicro::JavaMicroGenerator javamicro_generator;
76 google::protobuf::compiler::ruby::Generator rb_generator;
81 google::protobuf::compiler::csharp::Generator csharp_generator;
86 google::protobuf::compiler::objectivec::ObjectiveCGenerator objc_generator;
91 google::protobuf::compiler::js::Generator js_generator;