Home
last modified time | relevance | path

Searched defs:CodeGenerator (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h62 class CodeGenerator; variable
70 inline CodeGenerator() {} in CodeGenerator() function
Dplugin.h73 class CodeGenerator; // code_generator.h variable
Dcommand_line_interface.h68 class CodeGenerator; // code_generator.h variable
/third_party/flutter/skia/src/sksl/
DSkSLCodeGenerator.h22 CodeGenerator(const Program* program, ErrorReporter* errors, OutputStream* out) in CodeGenerator() function
/third_party/skia/src/sksl/codegen/
DSkSLCodeGenerator.h22 CodeGenerator(const Context* context, const Program* program, OutputStream* out) in CodeGenerator() function
/third_party/jinja2/
Dcompiler.py45 self: "CodeGenerator", node: nodes.Expr, frame: "Frame", **kwargs: t.Any
61 def visitor(self: "CodeGenerator", node: nodes.BinExpr, frame: Frame) -> None:
85 def visitor(self: "CodeGenerator", node: nodes.UnaryExpr, frame: Frame) -> None:
300 class CodeGenerator(NodeVisitor): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp674 LTOCodeGenerator *CodeGenerator; member
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py244 class CodeGenerator(NodeVisitor): class
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py247 class CodeGenerator(NodeVisitor): class
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs458 trait CodeGenerator { trait