Home
last modified time | relevance | path

Searched refs:I30 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DinterfaceExtendsObjectIntersectionErrors.symbols179 interface I30 extends U { x: string }
180 >I30 : Symbol(I30, Decl(interfaceExtendsObjectIntersectionErrors.ts, 43, 39))
182 >x : Symbol(I30.x, Decl(interfaceExtendsObjectIntersectionErrors.ts, 45, 25))
DinterfaceExtendsObjectIntersectionErrors.js47 interface I30 extends U { x: string }
DinterfaceExtendsObjectIntersectionErrors.types137 interface I30 extends U { x: string }
DinterfaceExtendsObjectIntersectionErrors.errors.txt178 interface I30 extends U { x: string }
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts48 interface I30 extends U { x: string } interface
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c177 static const le16 I30[4] = { variable
1519 if (pa && (pa->namelen == 8) && !memcmp(pa->name, I30, 8)) { in fixup()