Home
last modified time | relevance | path

Searched refs:CodeGenerator (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcode_generator.h55 class CodeGenerator; variable
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {} in CodeGenerator() function
64 virtual ~CodeGenerator();
114 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
Dplugin.h72 class CodeGenerator; // code_generator.h variable
77 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
83 const CodeGenerator& generator, CodeGeneratorResponse* response,
Dcommand_line_interface.h60 class CodeGenerator; // code_generator.h variable
114 CodeGenerator* generator,
127 CodeGenerator* generator,
303 CodeGenerator* generator;
354 CodeGenerator* generator; // NULL for plugins
Dcode_generator.cc45 CodeGenerator::~CodeGenerator() {} in ~CodeGenerator()
Dplugin.cc97 const CodeGenerator& generator, CodeGeneratorResponse* response, in GenerateCode()
155 int PluginMain(int argc, char* argv[], const CodeGenerator* generator) { in PluginMain()
Dmock_code_generator.h71 class MockCodeGenerator : public CodeGenerator {
Dcommand_line_interface_unittest.cc220 vector<CodeGenerator*> mock_generators_to_delete_;
225 class CommandLineInterfaceTest::NullCodeGenerator : public CodeGenerator {
264 CodeGenerator* generator = new MockCodeGenerator("test_generator"); in SetUp()
Dcommand_line_interface.cc714 CodeGenerator* generator, in RegisterGenerator()
725 CodeGenerator* generator, in RegisterGenerator()
/frameworks/compile/slang/
Dslang_backend.h44 class CodeGenerator; variable
70 clang::CodeGenerator *mGen;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.h44 : public google::protobuf::compiler::CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_generator.h44 : public google::protobuf::compiler::CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_generator.h52 class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
Djava_plugin_unittest.cc58 class TestGenerator : public CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.h44 class LIBPROTOC_EXPORT ObjectiveCGenerator : public CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_generator.h52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
Dcpp_plugin_unittest.cc58 class TestGenerator : public CodeGenerator {
Dmetadata_test.cc57 class DescriptorCapturingGenerator : public CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_generator.h52 class LIBPROTOC_EXPORT JavaNanoGenerator : public CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc59 class TestGenerator : public CodeGenerator {
Dpython_generator.h63 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.h93 class LIBPROTOC_EXPORT Generator : public CodeGenerator {