/third_party/typescript/tests/baselines/reference/ |
D | contextuallyTypedClassExpressionMethodDeclaration01.types | 3 numProp: number; 4 >numProp : number 26 >class { static method1(arg) { arg.numProp = 10; } static method2(a… 32 arg.numProp = 10; 33 >arg.numProp = 10 : 10 34 >arg.numProp : any 36 >numProp : any 57 >class { static method1 = (arg) => { arg.numProp = 10; } static met… 61 >(arg) => { arg.numProp = 10; } : (arg: A) => void 64 arg.numProp = 10; [all …]
|
D | contextuallyTypedClassExpressionMethodDeclaration02.types | 3 numProp: number; 4 >numProp : number 30 >class { method1(arg) { arg.numProp = 10; } method2(arg) { … 36 arg.numProp = 10; 37 >arg.numProp = 10 : 10 38 >arg.numProp : any 40 >numProp : any 61 >class { method1 = (arg) => { arg.numProp = 10; } method2 = (arg) =… 65 >(arg) => { arg.numProp = 10; } : (arg: any) => void 68 arg.numProp = 10; [all …]
|
D | contextuallyTypedObjectLiteralMethodDeclaration01.types | 3 numProp: number; 4 >numProp : number 26 >{ method1(arg) { arg.numProp = 10; }, method2(arg) { ar… 32 arg.numProp = 10; 33 >arg.numProp = 10 : 10 34 >arg.numProp : number 36 >numProp : number 58 >{ method1: (arg) => { arg.numProp = 10; }, method2: (arg) => { … 62 >(arg) => { arg.numProp = 10; } : (arg: A) => void 65 arg.numProp = 10; [all …]
|
D | contextuallyTypedObjectLiteralMethodDeclaration01.symbols | 5 numProp: number; 6 >numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) 39 arg.numProp = 10; 40 >arg.numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) 42 >numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) 66 arg.numProp = 10; 67 >arg.numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) 69 >numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) 93 arg.numProp = 10; 94 >arg.numProp : Symbol(A.numProp, Decl(contextuallyTypedObjectLiteralMethodDeclaration01.ts, 0, 13)) [all …]
|
D | contextuallyTypedClassExpressionMethodDeclaration01.symbols | 5 numProp: number; 6 >numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration01.ts, 0, 13)) 39 arg.numProp = 10; 61 arg.numProp = 10; 62 >arg.numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration01.ts, 0, 13… 64 >numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration01.ts, 0, 13)) 87 arg.numProp = 10; 88 >arg.numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration01.ts, 0, 13… 90 >numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration01.ts, 0, 13))
|
D | contextuallyTypedObjectLiteralMethodDeclaration01.js | 3 numProp: number; 18 arg.numProp = 10; 29 arg.numProp = 10; 40 arg.numProp = 10; 52 arg.numProp = 10; 62 arg.numProp = 10; 72 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration02.js | 3 numProp: number; 22 arg.numProp = 10; 33 arg.numProp = 10; 44 arg.numProp = 10; 58 arg.numProp = 10; 70 arg.numProp = 10; 83 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration01.js | 3 numProp: number; 18 arg.numProp = 10; 29 arg.numProp = 10; 40 arg.numProp = 10; 54 arg.numProp = 10; 70 arg.numProp = 10; 85 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration02.symbols | 5 numProp: number; 6 >numProp : Symbol(A.numProp, Decl(contextuallyTypedClassExpressionMethodDeclaration02.ts, 0, 13)) 46 arg.numProp = 10; 68 arg.numProp = 10; 90 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration01.errors.txt | 7 numProp: number; 24 arg.numProp = 10; 37 arg.numProp = 10; 48 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration02.errors.txt | 11 numProp: number; 32 arg.numProp = 10; 47 arg.numProp = 10; 62 arg.numProp = 10;
|
/third_party/typescript/tests/cases/conformance/types/contextualTypes/methodDeclarations/ |
D | contextuallyTypedObjectLiteralMethodDeclaration01.ts | 4 numProp: number; property 19 arg.numProp = 10; 30 arg.numProp = 10; 41 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration01.ts | 4 numProp: number; property 19 arg.numProp = 10; 30 arg.numProp = 10; 41 arg.numProp = 10;
|
D | contextuallyTypedClassExpressionMethodDeclaration02.ts | 4 numProp: number; property 23 arg.numProp = 10; 34 arg.numProp = 10; 45 arg.numProp = 10;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 271 deUint32 numProp = 0; in getPhysicalDeviceSparseImageFormatProperties() local 274 …arseImageFormatProperties(physicalDevice, format, type, samples, usage, tiling, &numProp, DE_NULL); in getPhysicalDeviceSparseImageFormatProperties() 276 if (numProp > 0) in getPhysicalDeviceSparseImageFormatProperties() 278 properties.resize(numProp); in getPhysicalDeviceSparseImageFormatProperties() 279 …geFormatProperties(physicalDevice, format, type, samples, usage, tiling, &numProp, &properties[0]); in getPhysicalDeviceSparseImageFormatProperties() 281 if ((size_t)numProp != properties.size()) in getPhysicalDeviceSparseImageFormatProperties()
|