Home
last modified time | relevance | path

Searched defs:T14 (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts21 type T14<T> = { -readonly [P in keyof T]+?: T[P] }; alias
DmappedTypesArraysTuples.ts15 type T14 = Partial<ReadonlyArray<string>>; alias
DmappedTypeErrors.ts31 type T14 = Pick<Shape, keyof Point>; // Error alias
/third_party/typescript/tests/cases/compiler/
DexcessivelyLargeTupleSpread.ts22 type T14 = [...T13, ...T13]; // 2^14 > 10,000 alias
DawaitedTypeStrictNull.ts17 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | nu… alias
DdynamicNames.ts87 declare class T14 extends T13 { class
DawaitedType.ts17 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | nu… alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts85 type T14<T> = { [P in keyof T]: number }; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts19 type T14 = unknown | string[]; // unknown alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts23 type T14 = Shape[string]; // Error alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts36 type T14 = ReturnType<typeof f1>; // { a: number, b: string } alias
DconditionalTypes1.ts45 type T14 = Exclude<Options, { q: "a" }>; // Options alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts239 type T14 = DropFirst<[symbol, ...string[]]>; alias
/third_party/openssl/test/
Dmodes_internal_test.c590 static const u8 T14[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4930 auto *T14 = I32Reg(); in lowerIntrinsic() local