Home
last modified time | relevance | path

Searched defs:Generator (Results 1 – 25 of 69) sorted by relevance

123

/external/flatbuffers/include/flatbuffers/
Dflatc.h37 struct Generator { struct
38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser,
41 typedef std::string (*MakeRuleFn)(const flatbuffers::Parser &parser,
45 GenerateFn generate;
46 const char *generator_opt_short;
70 const Generator *generators; argument
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go80 Init(g *Generator)
343 GenerateAlias(g *Generator, filename string, pkg GoPackageName)
402 type Generator struct { struct
403 *bytes.Buffer
405 Request *plugin.CodeGeneratorRequest // The input.
406 Response *plugin.CodeGeneratorResponse // The output.
408 Param map[string]string // Command-line parameters.
409 PackageImportPath string // Go import path of the package we're generating code for
410 ImportPrefix string // String to prefix to imported package file names.
411 ImportMap map[string]string // Mapping from .proto file name to import path
[all …]
/external/dokka/core/src/main/kotlin/Generation/
DGenerator.kt5 interface Generator { interface
12 fun Generator.buildAll(nodes: Iterable<DocumentationNode>) { in buildPages() method
19 fun Generator.buildPage(node: DocumentationNode): Unit = buildPages(listOf(node)) in buildPage() method
21 fun Generator.buildOutline(node: DocumentationNode): Unit = buildOutlines(listOf(node)) in buildPage() method
23 fun Generator.buildAll(node: DocumentationNode): Unit = buildAll(listOf(node)) in buildPage() method
/external/webrtc/rtc_base/
Dunique_id_generator_unittest.cc40 typedef TypeParam Generator; in TYPED_TEST() typedef
55 typedef TypeParam Generator; in TYPED_TEST() typedef
82 typedef TypeParam Generator; in TYPED_TEST() typedef
113 typedef TypeParam Generator; in TYPED_TEST() typedef
125 typedef TypeParam Generator; in TYPED_TEST() typedef
139 typedef TypeParam Generator; in TYPED_TEST() typedef
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h78 struct Generator { struct
82 …constexpr inline Generator(int one_, int two_, int flags_) : one(one_), two(two_), flags(flags_) {} in Generator() argument
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
DGenerator.java21 public abstract class Generator { class
24 protected Generator(SourceRoot sourceRoot) { in Generator() method in Generator
/external/libchrome/base/task/sequence_manager/
Denqueue_order.cc11 EnqueueOrder::Generator::Generator() : counter_(kFirst) {} in Generator() function in base::sequence_manager::internal::EnqueueOrder::Generator
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/generator/
DGenerator.java6 public abstract class Generator { class
/external/llvm/include/llvm/Support/
DRandomNumberGenerator.h48 std::mt19937_64 Generator; variable
/external/webrtc/test/scenario/
Dscenario_config.h82 struct Generator { struct
83 int width = 1600;
84 int height = 1200;
102 struct Generator { struct
103 using PixelFormat = FrameGeneratorInterface::OutputType;
104 PixelFormat pixel_format = PixelFormat::kI420;
105 int width = 320;
106 int height = 180;
/external/llvm-project/llvm/tools/llvm-profgen/
Dllvm-profgen.cpp49 std::unique_ptr<ProfileGenerator> Generator = ProfileGenerator::create( in main() local
/external/llvm-project/llvm/include/llvm/Support/
DRandomNumberGenerator.h56 generator_type Generator; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRandomNumberGenerator.h56 generator_type Generator; variable
/external/llvm-project/libc/utils/HdrGen/
DGenerator.h48 Generator(const std::string &DefFile, const std::vector<std::string> &EN, in Generator() function
/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/processor/
DSerializableAutoValueExtension.java82 private static final class Generator { class in SerializableAutoValueExtension
91 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in SerializableAutoValueExtension.Generator
/external/llvm-project/clang-tools-extra/clang-doc/
DGenerators.cpp18 for (const auto &Generator : GeneratorRegistry::entries()) { in findGeneratorByName() local
/external/python/cpython2/Demo/threads/
DGenerator.py9 class Generator: class
/external/skia/tools/gpu/
DYUVUtils.cpp49 class Generator : public SkImageGenerator { class
51 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() function in __anonc61538700111::Generator
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp48 SnippetGeneratorT Generator; member in llvm::exegesis::__anon5dcfdfc90111::SnippetGeneratorTest
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp48 SnippetGeneratorT Generator; member in llvm::exegesis::__anonbf2075100111::SnippetGeneratorTest
/external/rust/crates/grpcio-compiler/src/
Dprost_codegen.rs74 struct Generator; struct
76 impl ServiceGenerator for Generator { implementation
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upbdefs.cc145 class Generator : public protoc::CodeGenerator { class
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/
DMemoizeExtension.java138 static final class Generator { class in MemoizeExtension
150 Generator(Context context, String className, String classToExtend, boolean isFinal) { in Generator() method in MemoizeExtension.Generator
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h142 Generator() {} in Generator() function
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningTool.cpp70 DependencyPrinter Generator(*Opts, Dependencies); in getDependencyFile() local

123