• Home
  • Raw
  • Download

Lines Matching refs:name

54             element: [{ name: "STATUS0", value: "0", type: "NUMBER_TYPE_1" }],  property
103 let valueFi = { name: 'v1', type: 'string' }; property
104 let value1Se = { name: 'cb', type: 'AsyncCallback<string>' }; property
105 let funParam = { name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' } property
111 function: [{ name: 'if_async', type: 4, value: [valueFi, value1Se], ret: 'string' }], property
123 let valueFi = { name: 'v1', type: 'string' }; property
124 let funParam = { name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }; property
130 function: [{ name: 'if_direct', type: 1, value: [valueFi], ret: 'string' }], property
141 let valueFi = { name: 'v1', type: 'string' }; property
142 let value1Se = { name: 'cb', type: 'Callback<string>' }; property
143 let funParam = { name: 'if_callback', type: 2, value: [valueFi, value1Se], ret: 'string' }; property
149 function: [{ name: 'if_callback', type: 2, value: [valueFi, value1Se], ret: 'string' }], property
179 … value: [{ name: "disable", type: "boolean" }, { name: "map1", type: "Map<string,string>" }] property
194 … value: [{ name: "disable", type: "boolean" }, { name: "map1", type: "Map<string,string>" }] property
394 let enumElement = [{ name: "name", value: "", type: "string" }]; property
395 let interfaceBody = { function: [], value: [{ name: "age", type: "NUMBER_TYPE_1" }] } property
399 … enum: [{ name: "TestEnum", body: { element: enumElement, function: [], enumValueType: 0 } }], property
401 …function: [{ name: "fun1", type: 1, value: [{ name: "v", type: "Array<string>" }], ret: "string" }… property
402 interface: [{ name: "TestInterface", body: interfaceBody }], property
439 … let func = { name: "fun1", type: 4, value: [{ name: "cb", type: "AsyncCallback<string>" }] }; property
440 let funcValue = [{ name: "cb", type: "AsyncCallback<string>" }] property
446 function: [{ name: "fun1", type: 4, value: funcValue, ret: "string" }], property
472 let funcValue = { name: 'v', type: 'Array<string>' } property
492 let funcVlaue = { name: 'v', type: '{[key:string]:string}', optional: false }; property
608 function: [{name: 'fun1', type: 1, value: [], ret: dataType}], property
699 {name: 'fun1', property
701 value: [{name: 'v', type: dataType, optional: false}], property
706 let funcValue = { name: "v", type: dataType, optional: false } property