Home
last modified time | relevance | path

Searched refs:K18 (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dmodes_internal_test.c695 # define K18 K17 macro
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts47 type K18 = keyof (Shape & Item); // "name" | "width" | "height" | "visible" | "price" alias
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js45 type K18 = keyof (Shape & Item); // "name" | "width" | "height" | "visible" | "price"
1144 declare type K18 = keyof (Shape & Item);
DkeyofAndIndexedAccess.symbols120 type K18 = keyof (Shape & Item); // "name" | "width" | "height" | "visible" | "price"
121 >K18 : Symbol(K18, Decl(keyofAndIndexedAccess.ts, 42, 32))
DkeyofAndIndexedAccess.types109 type K18 = keyof (Shape & Item); // "name" | "width" | "height" | "visible" | "price"
110 >K18 : "name" | "width" | "height" | "visible" | "price"