Home
last modified time | relevance | path

Searched defs:Generator (Results 1 – 25 of 34) 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 { trait
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/node/deps/v8/src/builtins/
Dbuiltins-number-gen.cc17 #define DEF_BINOP(Name, Generator) \ argument
49 #define DEF_BINOP(Name, Generator) \ in DEF_BINOP() argument
77 #define DEF_BINOP_RHS_SMI(Name, Generator) \ argument
106 #define DEF_UNOP(Name, Generator) \ argument
127 #define DEF_UNOP(Name, Generator) \ argument
/third_party/typescript/tests/cases/compiler/
DinnerTypeArgumentInference.ts1 interface Generator<T> { (): T; } interface
DrecursiveGenericMethodCall.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.md431 ### os
436 ### getrandom
442 ### devrandom
451 ### egd
456 ### rdcpu
460 ### librandom
465 ### none
/third_party/node/deps/openssl/openssl/
DINSTALL.md431 ### os
436 ### getrandom
442 ### devrandom
451 ### egd
456 ### rdcpu
460 ### librandom
465 ### 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/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.cc51 Generator::Generator() {} in Generator() function in google::protobuf::compiler::csharp::Generator
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs280 gen: impl clap_complete::Generator, in assert_matches_path()
/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 __anon9b07eac70111::Generator
/third_party/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py80 tick_fn: Union[Generator, Iterable[int], int] = 1,
/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/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 __anona1d6fe660111::Generator
/third_party/python/Lib/email/
Dgenerator.py26 class Generator: class
/third_party/vixl/tools/test_generator/
Dgenerator.py295 class Generator(object): class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp1103 class Texture2DGradientTestCase::Generator : public DataGenerator class in vkt::texture::__anonc0a387890111::Texture2DGradientTestCase
1106 Generator (const Texture2DGradientTestCase* testCase) : m_testCase(testCase) {} in Generator() function in vkt::texture::__anonc0a387890111::Texture2DGradientTestCase::Generator

12