Home
last modified time | relevance | path

Searched refs:putPlotData (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dstdtypes.py38 d.putPlotData(value.address(), size, value.type[0])
1057 d.putPlotData(data, size, value.type[0])
1069 d.putPlotData(begin, size, innerType)
1109 d.putPlotData(start, size, inner_type)
1207 d.putPlotData(start, size, innerType)
H A Dqttypes.py827 d.putPlotData(array, size, value.type[0])
1078 d.putPlotData(data, size, innerType)
1683 d.putPlotData(data, size, d.createType('@QPointF'))
1689 d.putPlotData(data, size, d.createType('@QPoint'))
1710 d.putPlotData(data, size, d.createType('@QPointF'))
2225 d.putPlotData(data, size, d.createType(value.type.ltarget[0]))
2233 d.putPlotData(data, size, d.createType(value.type[0]))
2240 d.putPlotData(data, size, d.createType('@QObjectPrivate::ConnectionList'))
2250 d.putPlotData(data, size, value.type[0])
H A Dmisctypes.py130 d.putPlotData(pointer, size, value.type[0])
H A Ddumper.py2276 def putPlotData(self, base, n, innerType, maxNumChild=1000 * 1000): member in DumperBase