Searched refs:thing1 (Results 1 - 3 of 3) sorted by relevance
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/ |
H A D | when-declaration-file-used-inferred-type-from-referenced-project.js | 22 thing1: IThing; 31 const a: IThings = { thing1: { a: 'b' } }; 32 return a.thing1; 65 thing1: IThing;
75 {"program":{"fileNames":["../../../../lib/lib.d.ts","../src/index.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-2072077482-export interface IThing {\n a: string;\n}\nexport interface IThings {\n thing1: IThing;\n}","signature":"-5386205042-export interface IThing {\r\n a: string;\r\n}\r\nexport interface IThings {\r\n thing1: IThing;\r\n}\r\n"}],"options":{"composite":true,"outDir":"./"},"referencedMap":[],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2],"latestChangedDtsFile":"./src/index.d.ts"},"version":"FakeTSVersion"}
91 "version": "-2072077482-export interface IThing {\n a: string;\n}\nexport interface IThings {\n thing1: IThing;\n}", 92 "signature": "-5386205042-export interface IThing {\r\n a: string;\r\n}\r\nexport interface IThings {\r\n thing1: IThing;\r\n}\r\n" 120 var a = { thing1: { a: 'b' } };
121 return a.thing1;
[all...] |
/third_party/skia/tests/ |
H A D | RefCntTest.cpp | 26 std::thread thing1(bounce_ref, ref); in test_refCnt() 29 thing1.join(); in test_refCnt() 56 std::thread thing1(bounce_ref, ref); in test_weakRefCnt() 61 thing1.join(); in test_weakRefCnt()
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 1474 def thing1(): pass function 1486 for func in thing1, thing2, thing3: 1503 def thing1(): pass function 1515 for func in thing1, thing2, thing3:
|
Completed in 4 milliseconds