Searched refs:CodeGenerator (Results 1 – 21 of 21) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | code_generator.h | 55 class CodeGenerator; variable 61 class LIBPROTOC_EXPORT CodeGenerator { 63 inline CodeGenerator() {} in CodeGenerator() function 64 virtual ~CodeGenerator(); 114 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
|
D | plugin.h | 72 class CodeGenerator; // code_generator.h variable 77 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator); 83 const CodeGenerator& generator, CodeGeneratorResponse* response,
|
D | command_line_interface.h | 60 class CodeGenerator; // code_generator.h variable 114 CodeGenerator* generator, 127 CodeGenerator* generator, 303 CodeGenerator* generator; 354 CodeGenerator* generator; // NULL for plugins
|
D | code_generator.cc | 45 CodeGenerator::~CodeGenerator() {} in ~CodeGenerator()
|
D | plugin.cc | 97 const CodeGenerator& generator, CodeGeneratorResponse* response, in GenerateCode() 155 int PluginMain(int argc, char* argv[], const CodeGenerator* generator) { in PluginMain()
|
D | mock_code_generator.h | 71 class MockCodeGenerator : public CodeGenerator {
|
D | command_line_interface_unittest.cc | 220 vector<CodeGenerator*> mock_generators_to_delete_; 225 class CommandLineInterfaceTest::NullCodeGenerator : public CodeGenerator { 264 CodeGenerator* generator = new MockCodeGenerator("test_generator"); in SetUp()
|
D | command_line_interface.cc | 714 CodeGenerator* generator, in RegisterGenerator() 725 CodeGenerator* generator, in RegisterGenerator()
|
/frameworks/compile/slang/ |
D | slang_backend.h | 44 class CodeGenerator; variable 70 clang::CodeGenerator *mGen;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 44 : public google::protobuf::compiler::CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 44 : public google::protobuf::compiler::CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_generator.h | 52 class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
|
D | java_plugin_unittest.cc | 58 class TestGenerator : public CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_generator.h | 44 class LIBPROTOC_EXPORT ObjectiveCGenerator : public CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_generator.h | 52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
|
D | cpp_plugin_unittest.cc | 58 class TestGenerator : public CodeGenerator {
|
D | metadata_test.cc | 57 class DescriptorCapturingGenerator : public CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_generator.h | 52 class LIBPROTOC_EXPORT JavaNanoGenerator : public CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 59 class TestGenerator : public CodeGenerator {
|
D | python_generator.h | 63 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.h | 93 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
|