Home
last modified time | relevance | path

Searched defs:inputProps (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DstrictOptionalProperties1.js100 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; variable
330 var inputProps = { foo: undefined, bar: 'bar' }; variable
/third_party/skia/gm/
Dtextblobmixedsizes.cpp113 SkSurfaceProps inputProps; in onDraw() local
Ddftext_blob_persp.cpp69 SkSurfaceProps inputProps; in onDraw() local
Ddftext.cpp64 SkSurfaceProps inputProps; in onDraw() local
/third_party/typescript/tests/cases/compiler/
DstrictOptionalProperties1.ts103 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; constant