Home
last modified time | relevance | path

Searched defs:instanceType (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js272 Binder.prototype.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { argument
297 Binder.prototype.bindType = function (scope, type, instanceType) { argument
DparserRealSource7.js295 var instanceType: Type; variable
343 instanceType = new Type(); variable
388 classType.instanceType = new Type(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundStructDeclarations.cpp41 TType *instanceType = nullptr; in visitDeclaration() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFiller.cpp532 BatchID batchID, int PrimitiveTallies::*instanceType, const SkIRect& drawBounds) const { in drawPrimitives()