/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 296 typename T21, typename T22> 300 T16, T17, T18, T19, T20, T21, T22> Tail; 307 typename T21, typename T22, typename T23> 311 T16, T17, T18, T19, T20, T21, T22, T23> Tail; 318 typename T21, typename T22, typename T23, typename T24> 322 T16, T17, T18, T19, T20, T21, T22, T23, T24> Tail; 329 typename T21, typename T22, typename T23, typename T24, typename T25> 333 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> Tail; 340 typename T21, typename T22, typename T23, typename T24, typename T25, 345 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> Tail; [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/ |
D | Improved_keyof_with_intersection_types_2.ts | 58 type T22<T> = keyof (T & myType2); alias 61 type T55 = T22<I>;
|
/third_party/mesa3d/include/CL/ |
D | cl.hpp | 7423 typename T20, typename T21, typename T22, typename T23, 7469 T22 t22 = NullType(), in operator ()() 7504 SetArg<22, T22>::set(kernel_, t22); in operator ()() 7554 typename T22, 7589 T22, 7641 T22, 7676 T22 arg22, in operator ()() 7749 typename T22, 7781 T22, 7815 T22, [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | restTupleElements1.js | 41 type T22 = T20[0 | 1]; 119 type T22 = T20[0 | 1];
|
D | restTupleElements1.symbols | 100 type T22 = T20[0 | 1]; 101 >T22 : Symbol(T22, Decl(restTupleElements1.ts, 38, 18))
|
D | unionsOfTupleTypes1.symbols | 38 type T22 = T2[2]; // undefined 39 >T22 : Symbol(T22, Decl(unionsOfTupleTypes1.ts, 11, 17))
|
D | unionsOfTupleTypes1.types | 32 type T22 = T2[2]; // undefined 33 >T22 : undefined
|
D | varianceAnnotations.js | 98 type T22<in out out T> = T; // Error 281 type T22<in out out T> = T;
|
D | mappedTypesArraysTuples.js | 18 type T22 = Required<(string | undefined)[]>; 145 type T22 = Required<(string | undefined)[]>;
|
D | restTupleElements1.types | 109 type T22 = T20[0 | 1]; 110 >T22 : string | number
|
D | unionsOfTupleTypes1.js | 14 type T22 = T2[2]; // undefined
|
D | templateLiteralTypes3.js | 41 type T22 = Parts<`*${number}*`>; 308 type T22 = Parts<`*${number}*`>;
|
D | mappedTypesArraysTuples.types | 42 type T22 = Required<(string | undefined)[]>; 43 >T22 : string[]
|
D | varianceAnnotations.types | 196 type T22<in out out T> = T; // Error 197 >T22 : T
|
D | unknownType1.symbols | 60 type T22<T> = T & unknown; // T 61 >T22 : Symbol(T22, Decl(unknownType1.ts, 23, 21))
|
D | instantiationExpressions.js | 26 type T22 = typeof Array<string, number>; // Error 285 type T22 = typeof Array<string, number>;
|
D | unknownType1.types | 60 type T22<T> = T & unknown; // T 61 >T22 : T
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | restTupleElements1.ts | 43 type T22 = T20[0 | 1];
|
D | unionsOfTupleTypes1.ts | 15 type T22 = T2[2]; // undefined alias
|
/third_party/googletest/ |
D | WORKSPACE | 22 name = "rules_python", # 2023-01-10T22:00:51Z
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType1.ts | 27 type T22<T> = T & unknown; // T alias
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypesArraysTuples.ts | 20 type T22 = Required<(string | undefined)[]>; alias
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 100 type T22<in out out T> = T; // Error alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes3.ts | 43 type T22 = Parts<`*${number}*`>; alias
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccessErrors.ts | 31 type T22 = Shape[string | boolean]; // Error alias
|