/external/flatbuffers/include/flatbuffers/ |
D | flatc.h | 37 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/ |
D | generator.go | 80 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/ |
D | Generator.kt | 5 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/ |
D | unique_id_generator_unittest.cc | 40 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/ |
D | DynamicSymmetry.h | 78 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/ |
D | Generator.java | 21 public abstract class Generator { class 24 protected Generator(SourceRoot sourceRoot) { in Generator() method in Generator
|
/external/libchrome/base/task/sequence_manager/ |
D | enqueue_order.cc | 11 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/ |
D | Generator.java | 6 public abstract class Generator { class
|
/external/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 48 std::mt19937_64 Generator; variable
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 82 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/ |
D | llvm-profgen.cpp | 49 std::unique_ptr<ProfileGenerator> Generator = ProfileGenerator::create( in main() local
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 56 generator_type Generator; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 56 generator_type Generator; variable
|
/external/llvm-project/libc/utils/HdrGen/ |
D | Generator.h | 48 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/ |
D | SerializableAutoValueExtension.java | 82 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/ |
D | Generators.cpp | 18 for (const auto &Generator : GeneratorRegistry::entries()) { in findGeneratorByName() local
|
/external/python/cpython2/Demo/threads/ |
D | Generator.py | 9 class Generator: class
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 49 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/ |
D | SnippetGeneratorTest.cpp | 48 SnippetGeneratorT Generator; member in llvm::exegesis::__anon5dcfdfc90111::SnippetGeneratorTest
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
D | SnippetGeneratorTest.cpp | 48 SnippetGeneratorT Generator; member in llvm::exegesis::__anonbf2075100111::SnippetGeneratorTest
|
/external/rust/crates/grpcio-compiler/src/ |
D | prost_codegen.rs | 74 struct Generator; struct 76 impl ServiceGenerator for Generator { implementation
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upbdefs.cc | 145 class Generator : public protoc::CodeGenerator { class
|
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/ |
D | MemoizeExtension.java | 138 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/ |
D | js_generator.h | 142 Generator() {} in Generator() function
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | DependencyScanningTool.cpp | 70 DependencyPrinter Generator(*Opts, Dependencies); in getDependencyFile() local
|