Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThis.ts93 interface Crate<T> { interface
96 isSupplies(): this is Crate<Supplies>; property
97 isSundries(): this is Crate<Sundries>; property
/third_party/gn/src/gn/
Drust_project_writer_helpers.h37 Crate(SourceFile root, in Crate() function
/third_party/typescript/tests/cases/compiler/
DstrictFunctionTypesErrors.ts117 interface Crate<T> { interface