Home
last modified time | relevance | path

Searched refs:opts3 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsdocParamTagTypeLiteral.symbols57 * @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))
DjsdocParamTagTypeLiteral.types68 * @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
DjsdocParamTagTypeLiteral.errors.txt41 * @param {object} opts3
42 * @param {string} opts3.x
44 function foo3(opts3) {
45 opts3.x;
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocParamTagTypeLiteral.ts45 function foo3(opts3) {
46 opts3.x;
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h83 D3D12_FEATURE_DATA_D3D12_OPTIONS3 opts3; member
Dd3d12_screen.cpp765 return screen->opts3.BarycentricsSupported; in can_attribute_at_vertex()
933 &screen->opts3, in d3d12_init_screen()
934 sizeof(screen->opts3)))) { in d3d12_init_screen()