Home
last modified time | relevance | path

Searched defs:isDerivedFrom (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/particles/include/
DSkReflected.h54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() function
/third_party/flutter/skia/modules/particles/include/
DSkReflected.h54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() function
/third_party/typescript/src/linter/
DUtils.ts317 export function isDerivedFrom(tsType: Type, checkType: CheckType): tsType is TypeReference { function