Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.h51 class CodeGenerator; // code_generator.h variable
Dcode_generator.h47 class CodeGenerator; variable
Dcommand_line_interface.h51 class CodeGenerator; // code_generator.h variable
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DCodeGenerator.java8 public interface CodeGenerator { interface
/third_party/grpc/src/compiler/
Dconfig.h41 typedef GRPC_CUSTOM_CODEGENERATOR CodeGenerator; typedef
/third_party/skia/src/sksl/codegen/
DSkSLCodeGenerator.h22 CodeGenerator(const Context* context, const Program* program, OutputStream* out) in CodeGenerator() function
/third_party/skia/m133/src/sksl/codegen/
DSkSLCodeGenerator.h25 CodeGenerator(const Context* context, in CodeGenerator() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dside_effect.h30 class CodeGenerator; variable
Dcode_generator.h67 …explicit CodeGenerator(const NodeSet *nodes) : nodes_(nodes), globals_(), code_(), nodes_alive_(),… 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/skia/third_party/externals/jinja2/
Dcompiler.py247 class CodeGenerator(NodeVisitor): class
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h129 class CodeGenerator; variable
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs471 trait CodeGenerator { interface