Home
last modified time | relevance | path

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

12

/third_party/protobuf/docs/
Dimplementing_proto3_presence.md106 ### Satisfying the Experimental Check
149 ### Signaling That Your Code Generator Supports Proto3 Optional
207 ### Updating Your Code Generator
235 #### To test whether a field should have presence
259 #### To test whether a field is a member of a oneof
278 #### To iterate over all oneofs
/third_party/rust/crates/clap/clap_complete/src/generator/
Dmod.rs14 pub trait Generator { interface
172 G: Generator, in generate_to()
223 pub fn generate<G, S>(gen: G, cmd: &mut clap::Command, bin_name: S, buf: &mut dyn Write) in generate()
232 fn _generate<G, S>(gen: G, cmd: &mut clap::Command, buf: &mut dyn Write) in _generate()
/third_party/flutter/skia/third_party/externals/wuffs/lang/generate/
Dgenerate.go33 type Generator func(packageName string, tm *t.Map, c *check.Checker, files []*a.File) ([]byte, erro… type
35 func Do(flags *flag.FlagSet, args []string, g Generator) error {
/third_party/typescript/tests/cases/compiler/
DrecursiveGenericMethodCall.ts1 interface Generator<T> { (): T; } interface
DinnerTypeArgumentInference.ts1 interface Generator<T> { (): T; } interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRandomNumberGenerator.h56 generator_type Generator; variable
/third_party/openssl/
DINSTALL.md432 ### os
437 ### getrandom
443 ### devrandom
452 ### egd
457 ### rdcpu
461 ### librandom
466 ### none
/third_party/typescript/src/lib/
Des2015.generator.d.ts3 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
/third_party/typescript/lib/
Dlib.es2015.generator.d.ts23 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs252 gen: impl clap_complete::Generator, in assert_matches_path()
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs266 gen: impl clap_complete::Generator, in assert_matches_path()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.cc51 Generator::Generator() {} in Generator() function in google::protobuf::compiler::csharp::Generator
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClassAccessor.js85 validate(defs: any): Generator<never, void, unknown>; field in Argument
/third_party/skia/tools/gpu/
DYUVUtils.cpp52 class Generator : public SkImageGenerator { class
54 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() function in __anon22fc5a590111::Generator
/third_party/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py80 tick_fn: Union[Generator, Iterable[int], int] = 1,
/third_party/flutter/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py58 class Generator: class
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py58 class Generator: class
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h142 Generator() {} in Generator() function
/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_analyzer_test.cpp71 TEST(StatsAnalyzer, Generator) { in TEST() argument
/third_party/rust/crates/cxx/syntax/
Dcheck.rs20 pub(crate) enum Generator { enum
33 pub(crate) fn typecheck(cx: &mut Errors, apis: &[Api], types: &Types, generator: Generator) { in typecheck()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCharsTrieTest.java281 private static final class Generator { class in CharsTrieTest
282 public Generator() { in Generator() method in CharsTrieTest.Generator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCharsTrieTest.java284 private static final class Generator { class in CharsTrieTest
285 public Generator() { in Generator() method in CharsTrieTest.Generator
/third_party/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp342 class Generator { class
344 Generator() : value(4711), num(0) {} in Generator() function in __anon273537780111::Generator
/third_party/python/Lib/email/
Dgenerator.py26 class Generator: class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp1103 class Texture2DGradientTestCase::Generator : public DataGenerator class in vkt::texture::__anon5d4b871b0111::Texture2DGradientTestCase
1106 Generator (const Texture2DGradientTestCase* testCase) : m_testCase(testCase) {} in Generator() function in vkt::texture::__anon5d4b871b0111::Texture2DGradientTestCase::Generator

12