Home
last modified time | relevance | path

Searched refs:toInt (Results 1 – 25 of 9039) sorted by relevance

12345678910>>...362

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dtypes.dart93 || toInt(self) <= toInt(ValueType.Float);
97 return toInt(self) >= toInt(ValueType.Int)
98 && toInt(self) <= toInt(ValueType.Float);
102 return toInt(self) >= toInt(ValueType.IndirectInt)
103 && toInt(self) <= toInt(ValueType.IndirectFloat);
109 toInt(self) >= toInt(ValueType.Int)
110 && toInt(self) <= toInt(ValueType.String)
117 toInt(self) >= toInt(ValueType.VectorInt)
124 toInt(self) >= toInt(ValueType.VectorInt2)
137 … return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt));
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dtypes.dart93 || toInt(self) <= toInt(ValueType.Float);
97 return toInt(self) >= toInt(ValueType.Int)
98 && toInt(self) <= toInt(ValueType.Float);
102 return toInt(self) >= toInt(ValueType.IndirectInt)
103 && toInt(self) <= toInt(ValueType.IndirectFloat);
109 toInt(self) >= toInt(ValueType.Int)
110 && toInt(self) <= toInt(ValueType.String)
117 toInt(self) >= toInt(ValueType.VectorInt)
124 toInt(self) >= toInt(ValueType.VectorInt2)
137 … return ValueTypeUtils.fromInt(toInt(self) - toInt(ValueType.Int) + toInt(ValueType.VectorInt));
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestResourceManager.cpp62 return value.toInt() + 10; in fromSource()
67 return value.toInt() - 10; in toSource()
128 QCOMPARE(args[1].toInt(), 16); in testDerivedChanged()
131 QCOMPARE(args[0].toInt(), key2); in testDerivedChanged()
132 QCOMPARE(args[1].toInt(), 6); in testDerivedChanged()
136 QCOMPARE(args[1].toInt(), 16); in testDerivedChanged()
144 QCOMPARE(args[0].toInt(), key2); in testDerivedChanged()
145 QCOMPARE(args[1].toInt(), 7); in testDerivedChanged()
149 QCOMPARE(args[1].toInt(), 17); in testDerivedChanged()
153 QCOMPARE(args[1].toInt(), 17); in testDerivedChanged()
[all …]
/dports/math/mathmod/mathmod-11.1/ui_modules/
H A Dparametersoptions.cpp243 int mg = (isoparam)["IsoMaxGrid"].toInt(); in GuiUpdate()
246 mg = (isoparam)["ParMaxGrid"].toInt(); in GuiUpdate()
544 ControlX = tmp["ControlX"].toInt(); in LoadConfig()
545 ControlY = tmp["ControlY"].toInt(); in LoadConfig()
546 GlwinX = tmp["GlwinX"].toInt(); in LoadConfig()
547 GlwinY = tmp["GlwinY"].toInt(); in LoadConfig()
553 ControlW = tmp["ControlW"].toInt(); in LoadConfig()
554 ControlH = tmp["ControlH"].toInt(); in LoadConfig()
555 GlwinW = tmp["GlwinW"].toInt(); in LoadConfig()
556 GlwinH = tmp["GlwinH"].toInt(); in LoadConfig()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/tests/
H A DTestShapeAnimations.cpp153 QCOMPARE(animations.data(animations.index(0, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
155 QCOMPARE(animations.data(animations.index(1, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
157 QCOMPARE(animations.data(animations.index(2, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
159 QCOMPARE(animations.data(animations.index(3, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
161 QCOMPARE(animations.data(animations.index(4, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
163 QCOMPARE(animations.data(animations.index(5, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
165 QCOMPARE(animations.data(animations.index(6, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
167 QCOMPARE(animations.data(animations.index(7, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
169 QCOMPARE(animations.data(animations.index(8, KPrShapeAnimations::NodeType)).toInt(), in getTriggerEvent()
194 QCOMPARE(animations.data(animations.index(0, KPrShapeAnimations::NodeType)).toInt(), in setTriggerEvent()
[all …]
/dports/irc/quassel-core/quassel-0.14-rc2/src/core/
H A Dsqlitestorage.cpp71 return query.value(0).toInt(); in installedSchemaVersion()
76 return query.value(0).toInt(); in installedSchemaVersion()
1640 bufferActivityHash[query.value(0).toInt()] = Message::Types(query.value(1).toInt()); in bufferActivities()
1755 highlightCountHash[query.value(0).toInt()] = query.value(1).toInt(); in highlightCounts()
2416 user.id = value(0).toInt(); in readMo()
2429 identity.id = value(0).toInt(); in readMo()
2470 network.userid = value(1).toInt(); in readMo()
2510 buffer.userid = value(1).toInt(); in readMo()
2511 buffer.groupid = value(2).toInt(); in readMo()
2571 backlog.type = value(3).toInt(); in readMo()
[all …]
H A Dpostgresqlstorage.cpp159 return query.value(0).toInt(); in installedSchemaVersion()
166 return query.value(0).toInt(); in installedSchemaVersion()
278 UserId uid = query.value(0).toInt(); in addUser()
319 return query.value(0).toInt(); in validateUser()
335 return query.value(0).toInt(); in getUserId()
366 return query.value(0).toInt(); in internalUser()
1521 bufferActivityHash[query.value(0).toInt()] = Message::Types(query.value(1).toInt()); in bufferActivities()
1613 highlightCountHash[query.value(0).toInt()] = query.value(1).toInt(); in highlightCounts()
1809 params << bufferId.toInt(); in requestMsgs()
1947 params << bufferId.toInt(); in requestMsgsForward()
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/core/
H A Dsqlitestorage.cpp71 return query.value(0).toInt(); in installedSchemaVersion()
76 return query.value(0).toInt(); in installedSchemaVersion()
1640 bufferActivityHash[query.value(0).toInt()] = Message::Types(query.value(1).toInt()); in bufferActivities()
1755 highlightCountHash[query.value(0).toInt()] = query.value(1).toInt(); in highlightCounts()
2416 user.id = value(0).toInt(); in readMo()
2429 identity.id = value(0).toInt(); in readMo()
2470 network.userid = value(1).toInt(); in readMo()
2510 buffer.userid = value(1).toInt(); in readMo()
2511 buffer.groupid = value(2).toInt(); in readMo()
2571 backlog.type = value(3).toInt(); in readMo()
[all …]
H A Dpostgresqlstorage.cpp159 return query.value(0).toInt(); in installedSchemaVersion()
166 return query.value(0).toInt(); in installedSchemaVersion()
278 UserId uid = query.value(0).toInt(); in addUser()
319 return query.value(0).toInt(); in validateUser()
335 return query.value(0).toInt(); in getUserId()
366 return query.value(0).toInt(); in internalUser()
1521 bufferActivityHash[query.value(0).toInt()] = Message::Types(query.value(1).toInt()); in bufferActivities()
1613 highlightCountHash[query.value(0).toInt()] = query.value(1).toInt(); in highlightCounts()
1809 params << bufferId.toInt(); in requestMsgs()
1947 params << bufferId.toInt(); in requestMsgsForward()
[all …]
/dports/misc/ncnn/ncnn-20211208/tools/pnnx/src/pass_level1/
H A Dnn_quantized_Conv2d.cpp86 op->params["in_channels"] = mod.attr("in_channels").toInt(); in write()
88 …attr("kernel_size").toTuple()->elements()[0].toInt(), mod.attr("kernel_size").toTuple()->elements(… in write()
89 …er{mod.attr("stride").toTuple()->elements()[0].toInt(), mod.attr("stride").toTuple()->elements()[1… in write()
90 …r{mod.attr("padding").toTuple()->elements()[0].toInt(), mod.attr("padding").toTuple()->elements()[… in write()
91 …mod.attr("dilation").toTuple()->elements()[0].toInt(), mod.attr("dilation").toTuple()->elements()[… in write()
92 op->params["groups"] = mod.attr("groups").toInt(); in write()
170 …attr("kernel_size").toTuple()->elements()[0].toInt(), mod.attr("kernel_size").toTuple()->elements(… in write()
171 …er{mod.attr("stride").toTuple()->elements()[0].toInt(), mod.attr("stride").toTuple()->elements()[1… in write()
172 …r{mod.attr("padding").toTuple()->elements()[0].toInt(), mod.attr("padding").toTuple()->elements()[… in write()
173 …mod.attr("dilation").toTuple()->elements()[0].toInt(), mod.attr("dilation").toTuple()->elements()[… in write()
[all …]
/dports/multimedia/dvbcut/dvbcut-deb-0.7.3/src/
H A Dsettings.cpp78 int version = value("/version", 0).toInt(); in load_settings()
88 wheel_delta = value("/delta", 120).toInt(); in load_settings()
119 wheel_delta = value("/wheel_delta", 120).toInt(); in load_settings()
127 jog_interval = value("/jog_interval", 1).toInt(); in load_settings()
164 export_format = value("/export_format", 0).toInt(); in load_settings()
166 recentfiles_max = value("/max", 5).toInt(); in load_settings()
212 snapshot_first = value("/first", 1).toInt(); in load_settings()
213 snapshot_width = value("/width", 3).toInt(); in load_settings()
215 snapshot_range = value("/range", 0).toInt(); in load_settings()
216 snapshot_samples = value("/samples", 1).toInt(); in load_settings()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/bqm/filters/filmgrain/
H A Dfilmgrain.cpp100 prm.grainSize = settings()[QLatin1String("grainSize")].toInt(); in slotAssignSettings2Widget()
103 prm.lumaIntensity = settings()[QLatin1String("lumaIntensity")].toInt(); in slotAssignSettings2Widget()
104 prm.lumaShadows = settings()[QLatin1String("lumaShadows")].toInt(); in slotAssignSettings2Widget()
105 prm.lumaMidtones = settings()[QLatin1String("lumaMidtones")].toInt(); in slotAssignSettings2Widget()
106 prm.lumaHighlights = settings()[QLatin1String("lumaHighlights")].toInt(); in slotAssignSettings2Widget()
114 prm.chromaRedShadows = settings()[QLatin1String("chromaRedShadows")].toInt(); in slotAssignSettings2Widget()
154 prm.grainSize = settings()[QLatin1String("grainSize")].toInt(); in toolOperations()
157 prm.lumaIntensity = settings()[QLatin1String("lumaIntensity")].toInt(); in toolOperations()
158 prm.lumaShadows = settings()[QLatin1String("lumaShadows")].toInt(); in toolOperations()
159 prm.lumaMidtones = settings()[QLatin1String("lumaMidtones")].toInt(); in toolOperations()
[all …]
/dports/graphics/photoqt/photoqt-1.6/cplusplus/settings/
H A Dslimsettingsreadonly.h110 pixmapCache = line.split("=").at(1).toInt(); in readSettings()
120 metaMake = line.split("=").at(1).toInt(); in readSettings()
122 metaModel = line.split("=").at(1).toInt(); in readSettings()
124 metaSoftware = line.split("=").at(1).toInt(); in readSettings()
130 metaFlash = line.split("=").at(1).toInt(); in readSettings()
132 metaIso = line.split("=").at(1).toInt(); in readSettings()
136 metaFLength = line.split("=").at(1).toInt(); in readSettings()
138 metaFNumber = line.split("=").at(1).toInt(); in readSettings()
142 metaGps = line.split("=").at(1).toInt(); in readSettings()
144 metaKeywords = line.split("=").at(1).toInt(); in readSettings()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus13format/
H A Dscribus13format.cpp550 int level = pg.attribute("LEVEL").toInt(); in loadFile()
587 sl.Dash = MuL.attribute("Dash").toInt(); in loadFile()
706 ef.Dm = pdfF.attribute("Dm").toInt(); in loadFile()
707 ef.M = pdfF.attribute("M").toInt(); in loadFile()
708 ef.Di = pdfF.attribute("Di").toInt(); in loadFile()
797 a = pg.attribute("NUM").toInt(); in loadFile()
994 bok.Last = pg.attribute("Last").toInt(); in loadFile()
995 bok.Prev = pg.attribute("Prev").toInt(); in loadFile()
996 bok.Next = pg.attribute("Next").toInt(); in loadFile()
1276 int ab = it->attribute("CAB", "-1").toInt(); in GetItemText()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/loader/
H A Dinterpolate.go12 servicePath("configs", interp.PathMatchList, "mode"): toInt,
13 servicePath("secrets", interp.PathMatchList, "mode"): toInt,
14 servicePath("healthcheck", "retries"): toInt,
16 servicePath("deploy", "replicas"): toInt,
17 servicePath("deploy", "update_config", "parallelism"): toInt,
19 servicePath("deploy", "rollback_config", "parallelism"): toInt,
21 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
22 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
23 servicePath("ports", interp.PathMatchList, "target"): toInt,
24 servicePath("ports", interp.PathMatchList, "published"): toInt,
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/loader/
H A Dinterpolate.go12 servicePath("configs", interp.PathMatchList, "mode"): toInt,
13 servicePath("secrets", interp.PathMatchList, "mode"): toInt,
14 servicePath("healthcheck", "retries"): toInt,
16 servicePath("deploy", "replicas"): toInt,
17 servicePath("deploy", "update_config", "parallelism"): toInt,
19 servicePath("deploy", "rollback_config", "parallelism"): toInt,
21 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
22 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
23 servicePath("ports", interp.PathMatchList, "target"): toInt,
24 servicePath("ports", interp.PathMatchList, "published"): toInt,
[all …]
/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_config.cpp181 profile = sts.value("profile", 0 ).toInt(); in load_config()
213 scroller_delay = sts.value("scroller_delay", 60 ).toInt(); in load_config()
214 player_X = sts.value("player_X", 300 ).toInt(); in load_config()
217 player_Y = sts.value("player_Y", 200 ).toInt(); in load_config()
228 browser_X = sts.value("browser_X", 300 ).toInt(); in load_config()
231 browser_Y = sts.value("browser_Y", 200 ).toInt(); in load_config()
258 settings_X = sts.value("settings_X", 300 ).toInt(); in load_config()
261 settings_Y = sts.value("settings_Y", 200 ).toInt(); in load_config()
264 settings_W = sts.value("settings_W", 420 ).toInt(); in load_config()
265 settings_H = sts.value("settings_H", 680 ).toInt(); in load_config()
[all …]
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/autotests/
H A Dtestconfigserializer.cpp45 QCOMPARE(obj[QLatin1String("x")].toInt(), point.x()); in testSerializePoint()
46 QCOMPARE(obj[QLatin1String("y")].toInt(), point.y()); in testSerializePoint()
56 QCOMPARE(obj[QLatin1String("width")].toInt(), size.width()); in testSerializeSize()
57 QCOMPARE(obj[QLatin1String("height")].toInt(), size.height()); in testSerializeSize()
80 QCOMPARE(arr.at(i).toInt(), intList[i]); in testSerializeList()
96 QCOMPARE(obj[QLatin1String("id")].toInt(), screen->id()); in testSerializeScreen()
124 QCOMPARE(size[QLatin1String("width")].toInt(), mode->size().width()); in testSerializeMode()
125 QCOMPARE(size[QLatin1String("height")].toInt(), mode->size().height()); in testSerializeMode()
152 QCOMPARE(obj[QLatin1String("id")].toInt(), output->id()); in testSerializeOutput()
160 QCOMPARE(pos[QLatin1String("x")].toInt(), output->position().x()); in testSerializeOutput()
[all …]
/dports/print/limereport/LimeReport-1.5.35/tests/
H A Dtst_callbackdstest.cpp126 QCOMPARE(m_testDS->data("Value").toInt(),0); in testOneSlotDS()
130 QCOMPARE(m_testDS->data("Value").toInt(),1); in testOneSlotDS()
133 QCOMPARE(m_testDS->data("Value").toInt(),0); in testOneSlotDS()
136 QCOMPARE(m_testDS->data("Value").toInt(),1); in testOneSlotDS()
139 QCOMPARE(m_testDS->data("Value").toInt(),2); in testOneSlotDS()
142 QCOMPARE(m_testDS->data("Value").toInt(),1); in testOneSlotDS()
146 QCOMPARE(m_testDS->data("Value").toInt(),2); in testOneSlotDS()
149 QCOMPARE(m_testDS->data("Value").toInt(),5); in testOneSlotDS()
152 QCOMPARE(m_testDS->data("Value").toInt(),6); in testOneSlotDS()
155 QCOMPARE(m_testDS->data("Value").toInt(),5); in testOneSlotDS()
[all …]
/dports/audio/kwave/kwave-21.12.3/libgui/
H A DSelectTimeWidget.cpp82 sbHours->setMaximum(Kwave::toInt(t)); in init()
99 sbHours->setValue(Kwave::toInt(t)); in init()
137 percentsChanged(Kwave::toInt(m_range)); in init()
303 milliseconds = Kwave::toInt(t % 1000L); in timeChanged()
305 seconds = Kwave::toInt(t % 60L); in timeChanged()
307 minutes = Kwave::toInt(t % 60L); in timeChanged()
308 hours = Kwave::toInt(t / 60L); in timeChanged()
358 sbHours->setValue(Kwave::toInt(t)); in samplesChanged()
384 max_percents = Kwave::toInt( in percentsChanged()
406 sbHours->setValue(Kwave::toInt(t)); in percentsChanged()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importudmf/src/
H A Dimportudmf.cpp154 gmoSetThingProperty<DDVT_INT>(index, "ID", block["id"].toInt()); in importMapHook()
207 gmoSetSectorProperty<DDVT_INT>(index, "Tag", block["id"].toInt()); in importMapHook()
218 int sidefront = linedef["sidefront"].toInt(); in importMapHook()
225 int frontSectorIdx = front["sector"].toInt(); in importMapHook()
226 int backSectorIdx = back? (*back)["sector"].toInt() : -1; in importMapHook()
247 MPE_LineCreate(linedef["v1"].toInt(), in importMapHook()
248 linedef["v2"].toInt(), in importMapHook()
262 const int offsetx = side["offsetx"].toInt(); in importMapHook()
263 const int offsety = side["offsety"].toInt(); in importMapHook()
316 gmoSetLineProperty<DDVT_INT>(index, "Type", linedef["special"].toInt()); in importMapHook()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dfileheader.cc63 setFormat(getAttr(node, "format").toInt()); in analyzePaperParam()
64 _width = getAttr(node, "width").toInt(); in analyzePaperParam()
65 _height = getAttr(node, "height").toInt(); in analyzePaperParam()
67 setColumns(getAttr(node, "columns").toInt()); in analyzePaperParam()
69 setHeadType(getAttr(node, "hType").toInt()); in analyzePaperParam()
70 setFootType(getAttr(node, "fType").toInt()); in analyzePaperParam()
71 _headBody = getAttr(node, "spHeadBody").toInt(); in analyzePaperParam()
72 _footBody = getAttr(node, "spFootBody").toInt(); in analyzePaperParam()
88 _topBorder = getAttr(childNode, "top").toInt(); in analyzePaper()
98 setTOC(getAttr(node, "hasTOC").toInt()); in analyzeAttributes()
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/gui/annotator/tabs/
H A DAnnotationTabCloserTest.cpp57 QCOMPARE(spy[0].at(0).toInt(), 4); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex()
58 QCOMPARE(spy[1].at(0).toInt(), 3); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex()
59 QCOMPARE(spy[2].at(0).toInt(), 1); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex()
60 QCOMPARE(spy[3].at(0).toInt(), 0); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex()
72 QCOMPARE(spy[0].at(0).toInt(), 4); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
73 QCOMPARE(spy[1].at(0).toInt(), 3); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
74 QCOMPARE(spy[2].at(0).toInt(), 2); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
75 QCOMPARE(spy[3].at(0).toInt(), 1); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
76 QCOMPARE(spy[4].at(0).toInt(), 0); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex()
88 QCOMPARE(spy[0].at(0).toInt(), 1); in TestCloseAllTabsToLeftTriggered_Should_CallMethodForRequestingTabCloseForAllSmallerIndex()
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/compose-go/loader/
H A Dinterpolate.go29 servicePath("configs", interp.PathMatchList, "mode"): toInt,
39 servicePath("deploy", "replicas"): toInt,
40 servicePath("deploy", "update_config", "parallelism"): toInt,
42 servicePath("deploy", "rollback_config", "parallelism"): toInt,
44 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
45 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
46 servicePath("healthcheck", "retries"): toInt,
55 servicePath("ports", interp.PathMatchList, "target"): toInt,
56 servicePath("ports", interp.PathMatchList, "published"): toInt,
59 servicePath("scale"): toInt,
[all …]
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/autotests/
H A Dtestconfigserializer.cpp34 QCOMPARE(obj[QLatin1String("x")].toInt(), point.x()); in testSerializePoint()
35 QCOMPARE(obj[QLatin1String("y")].toInt(), point.y()); in testSerializePoint()
45 QCOMPARE(obj[QLatin1String("width")].toInt(), size.width()); in testSerializeSize()
46 QCOMPARE(obj[QLatin1String("height")].toInt(), size.height()); in testSerializeSize()
68 QCOMPARE(arr.at(i).toInt(), intList[i]); in testSerializeList()
84 QCOMPARE(obj[QLatin1String("id")].toInt(), screen->id()); in testSerializeScreen()
112 QCOMPARE(size[QLatin1String("width")].toInt(), mode->size().width()); in testSerializeMode()
146 QCOMPARE(obj[QLatin1String("id")].toInt(), output->id()); in testSerializeOutput()
154 QCOMPARE(pos[QLatin1String("x")].toInt(), output->pos().x()); in testSerializeOutput()
155 QCOMPARE(pos[QLatin1String("y")].toInt(), output->pos().y()); in testSerializeOutput()
[all …]

12345678910>>...362