/third_party/protobuf/docs/ |
D | implementing_proto3_presence.md | 106 ### 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/ |
D | mod.rs | 14 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/ |
D | builtins-number-gen.cc | 17 #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/ |
D | innerTypeArgumentInference.ts | 1 interface Generator<T> { (): T; } interface
|
D | recursiveGenericMethodCall.ts | 1 interface Generator<T> { (): T; } interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | RandomNumberGenerator.h | 56 generator_type Generator; variable
|
/third_party/openssl/ |
D | INSTALL.md | 431 ### os 436 ### getrandom 442 ### devrandom 451 ### egd 456 ### rdcpu 460 ### librandom 465 ### none
|
/third_party/node/deps/openssl/openssl/ |
D | INSTALL.md | 431 ### os 436 ### getrandom 442 ### devrandom 451 ### egd 456 ### rdcpu 460 ### librandom 465 ### none
|
/third_party/typescript/src/lib/ |
D | es2015.generator.d.ts | 3 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
|
/third_party/typescript/lib/ |
D | lib.es2015.generator.d.ts | 23 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 252 gen: impl clap_complete::Generator, in assert_matches_path()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.cc | 51 Generator::Generator() {} in Generator() function in google::protobuf::compiler::csharp::Generator
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 280 gen: impl clap_complete::Generator, in assert_matches_path()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsClassAccessor.js | 85 validate(defs: any): Generator<never, void, unknown>; field in Argument
|
/third_party/skia/tools/gpu/ |
D | YUVUtils.cpp | 52 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/ |
D | helpers.py | 80 tick_fn: Union[Generator, Iterable[int], int] = 1,
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | generator_lib.py | 58 class Generator: class
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 142 Generator() {} in Generator() function
|
/third_party/rust/crates/cxx/syntax/ |
D | check.rs | 20 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/ |
D | CharsTrieTest.java | 281 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/ |
D | CharsTrieTest.java | 284 private static final class Generator { class in CharsTrieTest 285 public Generator() { in Generator() method in CharsTrieTest.Generator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucharstrietest.cpp | 342 class Generator { class 344 Generator() : value(4711), num(0) {} in Generator() function in __anona1d6fe660111::Generator
|
/third_party/python/Lib/email/ |
D | generator.py | 26 class Generator: class
|
/third_party/vixl/tools/test_generator/ |
D | generator.py | 295 class Generator(object): class
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 1103 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
|