Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLDehydrator.h26 class AnyConstructor; variable
/third_party/skia/src/sksl/ir/
DSkSLConstructor.h21 AnyConstructor(int line, Kind kind, const Type* type) in AnyConstructor() function
DSkSLExpression.h20 class AnyConstructor; variable
/third_party/typescript/src/compiler/
Dcore.ts1700 export type AnyConstructor = new (...args: unknown[]) => unknown; alias