HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenerator (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/protobuf/src/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /art/compiler/optimizing/
pc_relative_fixups_x86.h 25 class CodeGenerator;
31 PcRelativeFixups(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats)
38 CodeGenerator* codegen_;
sharpening.h 24 class CodeGenerator;
36 CodeGenerator* codegen,
52 CodeGenerator* codegen_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
43 // The core part of PluginMain is to invoke the given CodeGenerator on a
72 class CodeGenerator; // code_generator.h
77 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
83 const CodeGenerator& generator, CodeGeneratorResponse* response,
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
114 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
118 // abstract interface represents the directory to which the CodeGenerator is
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 43 CodeGenerator generator,
58 CodeGenerator generator,
74 CodeGenerator generator,
167 CodeGenerator generator,
193 CodeGenerator generator,
291 protected void performGrammarAnalysis(CodeGenerator generator, Grammar grammar) {
297 if (CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE == CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE ) {
299 CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE = 65535;
308 if (CodeGenerator.MAX_SWITCH_CASE_LABELS == CodeGenerator.MSCL_DEFAULT)
    [all...]
ObjCTarget.java 40 CodeGenerator generator,
49 public String getTargetCharLiteralFromANTLRCharLiteral(CodeGenerator generator,
70 public String getTargetStringLiteralFromANTLRStringLiteral(CodeGenerator generator,
82 public String getTokenTypeAsTargetLabel(CodeGenerator generator, int ttype) {
95 public String getTokenTextAndTypeAsTargetLabel(CodeGenerator generator, String text, int tokenType) {
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 34 class CodeGenerator : public ASTConsumer {
42 /// CreateLLVMCodeGen - Create a CodeGenerator instance.
44 /// the allocated CodeGenerator instance.
45 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 22 import com.android.notificationstudio.generator.CodeGenerator;
27 String shareBody = CodeGenerator.generate(context);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 48 // CodeGenerator implementation which generates a C++ source file and
51 // CodeGenerator with the CommandLineInterface in your main() function.
52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 48 // CodeGenerator implementation which generates Java code. If you create your
50 // can do so by registering an instance of this CodeGenerator with the
52 class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 48 // CodeGenerator implementation which generates Java micro code. If you create your
50 // micro runtime, you can do so by registering an instance of this CodeGenerator with
52 class LIBPROTOC_EXPORT JavaMicroGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.h 48 // CodeGenerator implementation which generates Java nano code. If you create your
50 // nano runtime, you can do so by registering an instance of this CodeGenerator with
52 class LIBPROTOC_EXPORT JavaNanoGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/
cpp_generator.h 48 // CodeGenerator implementation which generates a C++ source file and
51 // CodeGenerator with the CommandLineInterface in your main() function.
52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/java/
java_generator.h 48 // CodeGenerator implementation which generates Java code. If you create your
50 // can do so by registering an instance of this CodeGenerator with the
52 class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/
cpp_generator.h 48 // CodeGenerator implementation which generates a C++ source file and
51 // CodeGenerator with the CommandLineInterface in your main() function.
52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------

Completed in 229 milliseconds

1 2 3 4 5 6 7