Searched refs:opts3 (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | jsdocParamTagTypeLiteral.symbols | 57 * @param {object} opts3 58 * @param {string} opts3.x 60 function foo3(opts3) { 62 >opts3 : Symbol(opts3, Decl(0.js, 37, 14)) 64 opts3.x; 65 >opts3.x : Symbol(x, Decl(0.js, 35, 3)) 66 >opts3 : Symbol(opts3, Decl(0.js, 37, 14))
|
D | jsdocParamTagTypeLiteral.types | 68 * @param {object} opts3 69 * @param {string} opts3.x 71 function foo3(opts3) { 72 >foo3 : (opts3: { x: string;}) => void 73 >opts3 : { x: string; } 75 opts3.x; 76 >opts3.x : string 77 >opts3 : { x: string; } 82 >foo3 : (opts3: { x: string; }) => void
|
D | jsdocParamTagTypeLiteral.errors.txt | 41 * @param {object} opts3 42 * @param {string} opts3.x 44 function foo3(opts3) { 45 opts3.x;
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocParamTagTypeLiteral.ts | 45 function foo3(opts3) { 46 opts3.x;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_screen.h | 83 D3D12_FEATURE_DATA_D3D12_OPTIONS3 opts3; member
|
D | d3d12_screen.cpp | 765 return screen->opts3.BarycentricsSupported; in can_attribute_at_vertex() 933 &screen->opts3, in d3d12_init_screen() 934 sizeof(screen->opts3)))) { in d3d12_init_screen()
|