Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 65) sorted by relevance

123

/third_party/flutter/skia/src/sksl/ir/
DSkSLConstructor.h28 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/
DdeclarationsForFileShadowingGlobalNoError.ts11 type Constructor = new (...args: any[]) => any alias
DamdDeclarationEmitNoExtraDeclare.ts11 export type Constructor<T> = { alias
DanonClassDeclarationEmitIsAnon.ts11 export type Constructor<T = {}> = new (...args: any[]) => T; alias
DsymbolLinkDeclarationEmitModuleNames.ts11 export type Constructor<T> = (...args: any[]) => T; alias
DidenticalGenericConditionalsWithInferRelated.ts12 export type Constructor<T> = new (...args: any[]) => T alias
DmixingApparentTypeOverrides.ts1 type Constructor<T> = new(...args: any[]) => T; alias
DnoCrashOnMixin.ts9 type Constructor<T = {}> = new (...args: any[]) => T; alias
DdoubleMixinConditionalTypeBaseClassWorks.ts1 type Constructor = new (...args: any[]) => {}; alias
DgenericInheritedDefaultConstructors.ts2 interface Constructor<T> { interface
DdeclarationEmitLocalClassDeclarationMixin.ts2 interface Constructor<C> { new (...args: any[]): C; } interface
DsymbolLinkDeclarationEmitModuleNamesRootDir.ts3 export type Constructor<T> = (...args: any[]) => T; alias
DexportClassExtendingIntersection.ts3 export type Constructor<T> = new (...args: any[]) => T; alias
DoverrideBaseIntersectionMethod.ts5 type Constructor<T> = new (...args: any[]) => T; alias
DmixinPrivateAndProtected.ts3 type Constructor<T> = new(...args: any[]) => T; alias
DemitClassExpressionInDeclarationFile2.ts16 export type Constructor<T> = new(...args: any[]) => T; alias
DmixinIntersectionIsValidbaseType.ts1 export type Constructor<T extends object = object> = new (...args: any[]) => T; alias
DemitClassExpressionInDeclarationFile.ts17 export type Constructor<T> = new(...args: any[]) => T; alias
/third_party/openssl/doc/man3/
DOSSL_ENCODER_CTX.pod132 =head2 Constructor section in DESCRIPTION
DOSSL_DECODER_CTX.pod169 =head2 Constructor section in DESCRIPTION
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts15 type Constructor<T> = new () => T; alias
16 declare function Constructor<T>(): Constructor<T>; function
DinterfaceExtendsObjectIntersection.ts19 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/
Denumerator.js27 constructor(Constructor, input) { argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/constructor_type_literals/
Dconstructor_type_literals.ts30 interface Constructor { interface
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js9 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n… argument
13 function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Con… argument

123