Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dmodes_internal_test.c544 # define K12 K11 macro
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts41 type K12 = keyof Dictionary<Shape>; // string alias
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js39 type K12 = keyof Dictionary<Shape>; // string
1140 type K12 = keyof Dictionary<Shape>;
DkeyofAndIndexedAccess.errors.txt54 type K12 = keyof Dictionary<Shape>; // string
DkeyofAndIndexedAccess.symbols96 type K12 = keyof Dictionary<Shape>; // string
97 >K12 : Symbol(K12, Decl(keyofAndIndexedAccess.ts, 36, 25))
DkeyofAndIndexedAccess.types91 type K12 = keyof Dictionary<Shape>; // string
92 >K12 : string | number