Home | History | Annotate | Download | only in qscriptvalue

Lines Matching defs:expectedValue

240     QHash<QString, QString> expectedValue;
241 expectedValue.reserve(135);
243 expectedValue.insert(toString_tagArray[i], toString_valueArray[i]);
246 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
418 QHash<QString, qsreal> expectedValue;
419 expectedValue.reserve(135);
421 expectedValue.insert(toNumber_tagArray[i], toNumber_valueArray[i]);
424 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
659 QHash<QString, bool> expectedValue;
660 expectedValue.reserve(135);
662 expectedValue.insert(toBool_tagArray[i], toBool_valueArray[i]);
665 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
891 QHash<QString, bool> expectedValue;
892 expectedValue.reserve(135);
894 expectedValue.insert(toBoolean_tagArray[i], toBoolean_valueArray[i]);
897 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
1069 QHash<QString, qsreal> expectedValue;
1070 expectedValue.reserve(135);
1072 expectedValue.insert(toInteger_tagArray[i], toInteger_valueArray[i]);
1075 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
1306 QHash<QString, qint32> expectedValue;
1307 expectedValue.reserve(135);
1309 expectedValue.insert(toInt32_tagArray[i], toInt32_valueArray[i]);
1312 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
1538 QHash<QString, quint32> expectedValue;
1539 expectedValue.reserve(135);
1541 expectedValue.insert(toUInt32_tagArray[i], toUInt32_valueArray[i]);
1544 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
1770 QHash<QString, quint16> expectedValue;
1771 expectedValue.reserve(135);
1773 expectedValue.insert(toUInt16_tagArray[i], toUInt16_valueArray[i]);
1776 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];