Searched refs:opts1 (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | jsdocParamTagTypeLiteral.symbols | 17 * @param {Object} opts1 doc1 18 * @param {string} opts1.x doc2 19 * @param {string=} opts1.y doc3 20 * @param {string} [opts1.z] doc4 21 * @param {string} [opts1.w="hi"] doc5 23 function foo1(opts1) { 25 >opts1 : Symbol(opts1, Decl(0.js, 16, 14)) 27 opts1.x; 28 >opts1.x : Symbol(x, Decl(0.js, 11, 3)) 29 >opts1 : Symbol(opts1, Decl(0.js, 16, 14))
|
D | jsdocParamTagTypeLiteral.errors.txt | 17 * @param {Object} opts1 doc1 18 * @param {string} opts1.x doc2 19 * @param {string=} opts1.y doc3 20 * @param {string} [opts1.z] doc4 21 * @param {string} [opts1.w="hi"] doc5 23 function foo1(opts1) { 24 opts1.x;
|
D | jsdocParamTagTypeLiteral.types | 19 * @param {Object} opts1 doc1 20 * @param {string} opts1.x doc2 21 * @param {string=} opts1.y doc3 22 * @param {string} [opts1.z] doc4 23 * @param {string} [opts1.w="hi"] doc5 25 function foo1(opts1) { 26 >foo1 : (opts1: { x: string; y?: string | undefined; z?: string | undefined; w?: string… 27 >opts1 : { x: string; y?: string | undefined; z?: string | undefined; w?: string | undefined; } 29 opts1.x; 30 >opts1.x : string [all …]
|
D | jsDocTypedefQuickInfo1.baseline | 94 "text": "opts1",
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocParamTagTypeLiteral.ts | 24 function foo1(opts1) { 25 opts1.x;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_screen.h | 104 D3D12_FEATURE_DATA_D3D12_OPTIONS1 opts1; member
|
D | d3d12_screen.cpp | 1222 &screen->opts1, in d3d12_init_screen() 1223 sizeof(screen->opts1)))) { in d3d12_init_screen() 1363 !screen->opts1.Int64ShaderOps) { in d3d12_init_screen()
|