Home
last modified time | relevance | path

Searched refs:isDerivedFrom (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/particles/include/
DSkReflected.h54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() function
75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
/third_party/flutter/skia/modules/particles/include/
DSkReflected.h54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() function
75 return thisType == t || thisType->isDerivedFrom(t); in isOfType()
/third_party/flutter/skia/tools/viewer/
DParticlesSlide.cpp116 if (t->fFactory && (t == baseType || t->isDerivedFrom(baseType)) && in visit()
/third_party/skia/tools/viewer/
DParticlesSlide.cpp119 if (t->fFactory && (t == baseType || t->isDerivedFrom(baseType)) && in visit()
/third_party/typescript/src/linter/
DUtils.ts317 export function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference { function
628 if (baseType && isDerivedFrom(baseType, checkType)) return true;
DTypeScriptLinter.ts584 …if (!throwExprType.isClassOrInterface() || !Utils.isDerivedFrom(throwExprType, Utils.CheckType.Err…
1387 const isDerivedFromArray = Utils.isDerivedFrom(tsElemAccessBaseExprType, Utils.CheckType.Array);
1750 Utils.isDerivedFrom(spreadExprType, Utils.CheckType.Array)) {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts7712 function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference;
Dtsserverlibrary.d.ts11495 function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference;