Home
last modified time | relevance | path

Searched refs:opts1 (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsdocParamTagTypeLiteral.symbols17 * @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))
DjsdocParamTagTypeLiteral.errors.txt17 * @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;
DjsdocParamTagTypeLiteral.types19 * @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 …]
DjsDocTypedefQuickInfo1.baseline94 "text": "opts1",
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocParamTagTypeLiteral.ts24 function foo1(opts1) {
25 opts1.x;
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h104 D3D12_FEATURE_DATA_D3D12_OPTIONS1 opts1; member
Dd3d12_screen.cpp1222 &screen->opts1, in d3d12_init_screen()
1223 sizeof(screen->opts1)))) { in d3d12_init_screen()
1363 !screen->opts1.Int64ShaderOps) { in d3d12_init_screen()