| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLConstructor.h | 28 struct Constructor : public Expression { struct 29 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments) in Constructor() argument 33 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate() 67 return std::unique_ptr<Expression>(new Constructor(fOffset, fType, std::move(cloned))); in clone() argument 93 Constructor& c = (Constructor&) other; in compareConstant() argument 146 return ((const Constructor&) *arg).getVecComponent<type>(index - current); in getVecComponent() argument 162 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent() 190 const Type& argType = ((Constructor&) *fArguments[0]).fType; in getMatComponent() argument 216 std::vector<std::unique_ptr<Expression>> fArguments; 218 typedef Expression INHERITED;
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationsForFileShadowingGlobalNoError.ts | 11 type Constructor = new (...args: any[]) => any alias
|
| D | amdDeclarationEmitNoExtraDeclare.ts | 11 export type Constructor<T> = { alias
|
| D | anonClassDeclarationEmitIsAnon.ts | 11 export type Constructor<T = {}> = new (...args: any[]) => T; alias
|
| D | symbolLinkDeclarationEmitModuleNames.ts | 11 export type Constructor<T> = (...args: any[]) => T; alias
|
| D | identicalGenericConditionalsWithInferRelated.ts | 12 export type Constructor<T> = new (...args: any[]) => T alias
|
| D | mixingApparentTypeOverrides.ts | 1 type Constructor<T> = new(...args: any[]) => T; alias
|
| D | noCrashOnMixin.ts | 9 type Constructor<T = {}> = new (...args: any[]) => T; alias
|
| D | doubleMixinConditionalTypeBaseClassWorks.ts | 1 type Constructor = new (...args: any[]) => {}; alias
|
| D | genericInheritedDefaultConstructors.ts | 2 interface Constructor<T> { interface
|
| D | declarationEmitLocalClassDeclarationMixin.ts | 2 interface Constructor<C> { new (...args: any[]): C; } interface
|
| D | symbolLinkDeclarationEmitModuleNamesRootDir.ts | 3 export type Constructor<T> = (...args: any[]) => T; alias
|
| D | exportClassExtendingIntersection.ts | 3 export type Constructor<T> = new (...args: any[]) => T; alias
|
| D | overrideBaseIntersectionMethod.ts | 5 type Constructor<T> = new (...args: any[]) => T; alias
|
| D | mixinPrivateAndProtected.ts | 3 type Constructor<T> = new(...args: any[]) => T; alias
|
| D | emitClassExpressionInDeclarationFile2.ts | 16 export type Constructor<T> = new(...args: any[]) => T; alias
|
| D | mixinIntersectionIsValidbaseType.ts | 1 export type Constructor<T extends object = object> = new (...args: any[]) => T; alias
|
| D | emitClassExpressionInDeclarationFile.ts | 17 export type Constructor<T> = new(...args: any[]) => T; alias
|
| /third_party/openssl/doc/man3/ |
| D | OSSL_ENCODER_CTX.pod | 132 =head2 Constructor section in DESCRIPTION
|
| D | OSSL_DECODER_CTX.pod | 169 =head2 Constructor section in DESCRIPTION
|
| /third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
| D | interfaceExtendsObjectIntersectionErrors.ts | 15 type Constructor<T> = new () => T; alias 16 declare function Constructor<T>(): Constructor<T>; function
|
| D | interfaceExtendsObjectIntersection.ts | 19 type Constructor<T> = new () => T; alias 20 declare function Constructor<T>(): Constructor<T>; function
|
| /third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
| D | enumerator.js | 27 constructor(Constructor, input) { argument
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/constructor_type_literals/ |
| D | constructor_type_literals.ts | 30 interface Constructor { interface
|
| /third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
| D | buffer_list.js | 9 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n… argument 13 function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Con… argument
|