Lines Matching refs:CHECK
22 CHECK(it.m_object == nullptr);
25 CHECK(cit.m_object == nullptr);
36 CHECK(it != j.end());
37 CHECK(*it == j);
40 CHECK(it != j.begin());
41 CHECK(it == j.end());
44 CHECK(it == j.begin());
45 CHECK(it != j.end());
46 CHECK(*it == j);
49 CHECK(it != j.begin());
50 CHECK(it == j.end());
53 CHECK(it == j.begin());
54 CHECK(it != j.end());
55 CHECK(*it == j);
61 CHECK(it != j_const.end());
62 CHECK(*it == j_const);
65 CHECK(it != j_const.begin());
66 CHECK(it == j_const.end());
69 CHECK(it == j_const.begin());
70 CHECK(it != j_const.end());
71 CHECK(*it == j_const);
74 CHECK(it != j_const.begin());
75 CHECK(it == j_const.end());
78 CHECK(it == j_const.begin());
79 CHECK(it != j_const.end());
80 CHECK(*it == j_const);
86 CHECK(it != j.cend());
87 CHECK(*it == j);
90 CHECK(it != j.cbegin());
91 CHECK(it == j.cend());
94 CHECK(it == j.cbegin());
95 CHECK(it != j.cend());
96 CHECK(*it == j);
99 CHECK(it != j.cbegin());
100 CHECK(it == j.cend());
103 CHECK(it == j.cbegin());
104 CHECK(it != j.cend());
105 CHECK(*it == j);
111 CHECK(it != j_const.cend());
112 CHECK(*it == j_const);
115 CHECK(it != j_const.cbegin());
116 CHECK(it == j_const.cend());
119 CHECK(it == j_const.cbegin());
120 CHECK(it != j_const.cend());
121 CHECK(*it == j_const);
124 CHECK(it != j_const.cbegin());
125 CHECK(it == j_const.cend());
128 CHECK(it == j_const.cbegin());
129 CHECK(it != j_const.cend());
130 CHECK(*it == j_const);
136 CHECK(it != j.rend());
137 CHECK(*it == j);
140 CHECK(it != j.rbegin());
141 CHECK(it == j.rend());
144 CHECK(it == j.rbegin());
145 CHECK(it != j.rend());
146 CHECK(*it == j);
149 CHECK(it != j.rbegin());
150 CHECK(it == j.rend());
153 CHECK(it == j.rbegin());
154 CHECK(it != j.rend());
155 CHECK(*it == j);
161 CHECK(it != j.crend());
162 CHECK(*it == j);
165 CHECK(it != j.crbegin());
166 CHECK(it == j.crend());
169 CHECK(it == j.crbegin());
170 CHECK(it != j.crend());
171 CHECK(*it == j);
174 CHECK(it != j.crbegin());
175 CHECK(it == j.crend());
178 CHECK(it == j.crbegin());
179 CHECK(it != j.crend());
180 CHECK(*it == j);
186 CHECK(it != j_const.crend());
187 CHECK(*it == j_const);
190 CHECK(it != j_const.crbegin());
191 CHECK(it == j_const.crend());
194 CHECK(it == j_const.crbegin());
195 CHECK(it != j_const.crend());
196 CHECK(*it == j_const);
199 CHECK(it != j_const.crbegin());
200 CHECK(it == j_const.crend());
203 CHECK(it == j_const.crbegin());
204 CHECK(it != j_const.crend());
205 CHECK(*it == j_const);
212 CHECK(!(j.begin() != j.begin()));
217 CHECK(!(j.end() != j.end()));
222 CHECK(j.begin() < j.end());
227 CHECK(j.begin() <= j.end());
232 CHECK(j.end() > j.begin());
237 CHECK(j.end() >= j.begin());
242 CHECK(j.end() == j.end());
247 CHECK(j.end() <= j.end());
252 CHECK(j.begin() == j.begin());
257 CHECK(j.begin() <= j.begin());
262 CHECK(j.begin() >= j.begin());
267 CHECK(!(j.begin() == j.end()));
272 CHECK(j.begin() != j.end());
277 CHECK(j.begin() + 1 == j.end());
282 CHECK(j.begin() == j.end() - 1);
287 CHECK(j.begin() != j.end() + 1);
292 CHECK(j.end() != j.end() + 1);
297 CHECK(j.begin() + 1 != j.begin() + 2);
302 CHECK(j.begin() + 1 < j.begin() + 2);
307 CHECK(j.begin() + 1 <= j.begin() + 2);
312 CHECK(j.end() + 1 != j.end() + 2);
321 CHECK(it.value() == json(true));
323 CHECK(cit.value() == json(true));
342 CHECK(it != j.end());
343 CHECK(*it == j);
346 CHECK(it != j.begin());
347 CHECK(it == j.end());
350 CHECK(it == j.begin());
351 CHECK(it != j.end());
352 CHECK(*it == j);
355 CHECK(it != j.begin());
356 CHECK(it == j.end());
359 CHECK(it == j.begin());
360 CHECK(it != j.end());
361 CHECK(*it == j);
367 CHECK(it != j_const.end());
368 CHECK(*it == j_const);
371 CHECK(it != j_const.begin());
372 CHECK(it == j_const.end());
375 CHECK(it == j_const.begin());
376 CHECK(it != j_const.end());
377 CHECK(*it == j_const);
380 CHECK(it != j_const.begin());
381 CHECK(it == j_const.end());
384 CHECK(it == j_const.begin());
385 CHECK(it != j_const.end());
386 CHECK(*it == j_const);
392 CHECK(it != j.cend());
393 CHECK(*it == j);
396 CHECK(it != j.cbegin());
397 CHECK(it == j.cend());
400 CHECK(it == j.cbegin());
401 CHECK(it != j.cend());
402 CHECK(*it == j);
405 CHECK(it != j.cbegin());
406 CHECK(it == j.cend());
409 CHECK(it == j.cbegin());
410 CHECK(it != j.cend());
411 CHECK(*it == j);
417 CHECK(it != j_const.cend());
418 CHECK(*it == j_const);
421 CHECK(it != j_const.cbegin());
422 CHECK(it == j_const.cend());
425 CHECK(it == j_const.cbegin());
426 CHECK(it != j_const.cend());
427 CHECK(*it == j_const);
430 CHECK(it != j_const.cbegin());
431 CHECK(it == j_const.cend());
434 CHECK(it == j_const.cbegin());
435 CHECK(it != j_const.cend());
436 CHECK(*it == j_const);
442 CHECK(it != j.rend());
443 CHECK(*it == j);
446 CHECK(it != j.rbegin());
447 CHECK(it == j.rend());
450 CHECK(it == j.rbegin());
451 CHECK(it != j.rend());
452 CHECK(*it == j);
455 CHECK(it != j.rbegin());
456 CHECK(it == j.rend());
459 CHECK(it == j.rbegin());
460 CHECK(it != j.rend());
461 CHECK(*it == j);
467 CHECK(it != j.crend());
468 CHECK(*it == j);
471 CHECK(it != j.crbegin());
472 CHECK(it == j.crend());
475 CHECK(it == j.crbegin());
476 CHECK(it != j.crend());
477 CHECK(*it == j);
480 CHECK(it != j.crbegin());
481 CHECK(it == j.crend());
484 CHECK(it == j.crbegin());
485 CHECK(it != j.crend());
486 CHECK(*it == j);
492 CHECK(it != j_const.crend());
493 CHECK(*it == j_const);
496 CHECK(it != j_const.crbegin());
497 CHECK(it == j_const.crend());
500 CHECK(it == j_const.crbegin());
501 CHECK(it != j_const.crend());
502 CHECK(*it == j_const);
505 CHECK(it != j_const.crbegin());
506 CHECK(it == j_const.crend());
509 CHECK(it == j_const.crbegin());
510 CHECK(it != j_const.crend());
511 CHECK(*it == j_const);
519 CHECK(it.value() == json("hello world"));
521 CHECK(cit.value() == json("hello world"));
543 CHECK(it != it_end);
544 CHECK(*it == j[0]);
547 CHECK(it != it_begin);
548 CHECK(it != it_end);
549 CHECK(*it == j[1]);
552 CHECK(it != it_begin);
553 CHECK(it != it_end);
554 CHECK(*it == j[2]);
557 CHECK(it != it_begin);
558 CHECK(it == it_end);
567 CHECK(it != it_end);
568 CHECK(*it == j_const[0]);
571 CHECK(it != it_begin);
572 CHECK(it != it_end);
573 CHECK(*it == j_const[1]);
576 CHECK(it != it_begin);
577 CHECK(it != it_end);
578 CHECK(*it == j_const[2]);
581 CHECK(it != it_begin);
582 CHECK(it == it_end);
591 CHECK(it != it_end);
592 CHECK(*it == j[0]);
595 CHECK(it != it_begin);
596 CHECK(it != it_end);
597 CHECK(*it == j[1]);
600 CHECK(it != it_begin);
601 CHECK(it != it_end);
602 CHECK(*it == j[2]);
605 CHECK(it != it_begin);
606 CHECK(it == it_end);
615 CHECK(it != it_end);
616 CHECK(*it == j[0]);
619 CHECK(it != it_begin);
620 CHECK(it != it_end);
621 CHECK(*it == j[1]);
624 CHECK(it != it_begin);
625 CHECK(it != it_end);
626 CHECK(*it == j[2]);
629 CHECK(it != it_begin);
630 CHECK(it == it_end);
639 CHECK(it != it_end);
640 CHECK(*it == j[2]);
643 CHECK(it != it_begin);
644 CHECK(it != it_end);
645 CHECK(*it == j[1]);
648 CHECK(it != it_begin);
649 CHECK(it != it_end);
650 CHECK(*it == j[0]);
653 CHECK(it != it_begin);
654 CHECK(it == it_end);
663 CHECK(it != it_end);
664 CHECK(*it == j[2]);
667 CHECK(it != it_begin);
668 CHECK(it != it_end);
669 CHECK(*it == j[1]);
672 CHECK(it != it_begin);
673 CHECK(it != it_end);
674 CHECK(*it == j[0]);
677 CHECK(it != it_begin);
678 CHECK(it == it_end);
687 CHECK(it != it_end);
688 CHECK(*it == j[2]);
691 CHECK(it != it_begin);
692 CHECK(it != it_end);
693 CHECK(*it == j[1]);
696 CHECK(it != it_begin);
697 CHECK(it != it_end);
698 CHECK(*it == j[0]);
701 CHECK(it != it_begin);
702 CHECK(it == it_end);
710 CHECK(it.value() == json(1));
712 CHECK(cit.value() == json(1));
727 CHECK(it != it_end);
728 CHECK(*it == j["A"]);
731 CHECK(it != it_begin);
732 CHECK(it != it_end);
733 CHECK(*it == j["B"]);
736 CHECK(it != it_begin);
737 CHECK(it != it_end);
738 CHECK(*it == j["C"]);
741 CHECK(it != it_begin);
742 CHECK(it == it_end);
751 CHECK(it != it_end);
752 CHECK(*it == j_const["A"]);
755 CHECK(it != it_begin);
756 CHECK(it != it_end);
757 CHECK(*it == j_const["B"]);
760 CHECK(it != it_begin);
761 CHECK(it != it_end);
762 CHECK(*it == j_const["C"]);
765 CHECK(it != it_begin);
766 CHECK(it == it_end);
775 CHECK(it != it_end);
776 CHECK(*it == j["A"]);
779 CHECK(it != it_begin);
780 CHECK(it != it_end);
781 CHECK(*it == j["B"]);
784 CHECK(it != it_begin);
785 CHECK(it != it_end);
786 CHECK(*it == j["C"]);
789 CHECK(it != it_begin);
790 CHECK(it == it_end);
799 CHECK(it != it_end);
800 CHECK(*it == j_const["A"]);
803 CHECK(it != it_begin);
804 CHECK(it != it_end);
805 CHECK(*it == j_const["B"]);
808 CHECK(it != it_begin);
809 CHECK(it != it_end);
810 CHECK(*it == j_const["C"]);
813 CHECK(it != it_begin);
814 CHECK(it == it_end);
823 CHECK(it != it_end);
824 CHECK(*it == j["C"]);
827 CHECK(it != it_begin);
828 CHECK(it != it_end);
829 CHECK(*it == j["B"]);
832 CHECK(it != it_begin);
833 CHECK(it != it_end);
834 CHECK(*it == j["A"]);
837 CHECK(it != it_begin);
838 CHECK(it == it_end);
847 CHECK(it != it_end);
848 CHECK(*it == j["C"]);
851 CHECK(it != it_begin);
852 CHECK(it != it_end);
853 CHECK(*it == j["B"]);
856 CHECK(it != it_begin);
857 CHECK(it != it_end);
858 CHECK(*it == j["A"]);
861 CHECK(it != it_begin);
862 CHECK(it == it_end);
871 CHECK(it != it_end);
872 CHECK(*it == j["C"]);
875 CHECK(it != it_begin);
876 CHECK(it != it_end);
877 CHECK(*it == j["B"]);
880 CHECK(it != it_begin);
881 CHECK(it != it_end);
882 CHECK(*it == j["A"]);
885 CHECK(it != it_begin);
886 CHECK(it == it_end);
893 CHECK(it.key() == "A");
894 CHECK(it.value() == json(1));
895 CHECK(cit.key() == "A");
896 CHECK(cit.value() == json(1));
908 CHECK(it != j.end());
909 CHECK(*it == j);
912 CHECK(it != j.begin());
913 CHECK(it == j.end());
916 CHECK(it == j.begin());
917 CHECK(it != j.end());
918 CHECK(*it == j);
921 CHECK(it != j.begin());
922 CHECK(it == j.end());
925 CHECK(it == j.begin());
926 CHECK(it != j.end());
927 CHECK(*it == j);
933 CHECK(it != j_const.end());
934 CHECK(*it == j_const);
937 CHECK(it != j_const.begin());
938 CHECK(it == j_const.end());
941 CHECK(it == j_const.begin());
942 CHECK(it != j_const.end());
943 CHECK(*it == j_const);
946 CHECK(it != j_const.begin());
947 CHECK(it == j_const.end());
950 CHECK(it == j_const.begin());
951 CHECK(it != j_const.end());
952 CHECK(*it == j_const);
958 CHECK(it != j.cend());
959 CHECK(*it == j);
962 CHECK(it != j.cbegin());
963 CHECK(it == j.cend());
966 CHECK(it == j.cbegin());
967 CHECK(it != j.cend());
968 CHECK(*it == j);
971 CHECK(it != j.cbegin());
972 CHECK(it == j.cend());
975 CHECK(it == j.cbegin());
976 CHECK(it != j.cend());
977 CHECK(*it == j);
983 CHECK(it != j_const.cend());
984 CHECK(*it == j_const);
987 CHECK(it != j_const.cbegin());
988 CHECK(it == j_const.cend());
991 CHECK(it == j_const.cbegin());
992 CHECK(it != j_const.cend());
993 CHECK(*it == j_const);
996 CHECK(it != j_const.cbegin());
997 CHECK(it == j_const.cend());
1000 CHECK(it == j_const.cbegin());
1001 CHECK(it != j_const.cend());
1002 CHECK(*it == j_const);
1008 CHECK(it != j.rend());
1009 CHECK(*it == j);
1012 CHECK(it != j.rbegin());
1013 CHECK(it == j.rend());
1016 CHECK(it == j.rbegin());
1017 CHECK(it != j.rend());
1018 CHECK(*it == j);
1021 CHECK(it != j.rbegin());
1022 CHECK(it == j.rend());
1025 CHECK(it == j.rbegin());
1026 CHECK(it != j.rend());
1027 CHECK(*it == j);
1033 CHECK(it != j.crend());
1034 CHECK(*it == j);
1037 CHECK(it != j.crbegin());
1038 CHECK(it == j.crend());
1041 CHECK(it == j.crbegin());
1042 CHECK(it != j.crend());
1043 CHECK(*it == j);
1046 CHECK(it != j.crbegin());
1047 CHECK(it == j.crend());
1050 CHECK(it == j.crbegin());
1051 CHECK(it != j.crend());
1052 CHECK(*it == j);
1058 CHECK(it != j_const.crend());
1059 CHECK(*it == j_const);
1062 CHECK(it != j_const.crbegin());
1063 CHECK(it == j_const.crend());
1066 CHECK(it == j_const.crbegin());
1067 CHECK(it != j_const.crend());
1068 CHECK(*it == j_const);
1071 CHECK(it != j_const.crbegin());
1072 CHECK(it == j_const.crend());
1075 CHECK(it == j_const.crbegin());
1076 CHECK(it != j_const.crend());
1077 CHECK(*it == j_const);
1085 CHECK(it.value() == json(23));
1087 CHECK(cit.value() == json(23));
1106 CHECK(it != j.end());
1107 CHECK(*it == j);
1110 CHECK(it != j.begin());
1111 CHECK(it == j.end());
1114 CHECK(it == j.begin());
1115 CHECK(it != j.end());
1116 CHECK(*it == j);
1119 CHECK(it != j.begin());
1120 CHECK(it == j.end());
1123 CHECK(it == j.begin());
1124 CHECK(it != j.end());
1125 CHECK(*it == j);
1131 CHECK(it != j_const.end());
1132 CHECK(*it == j_const);
1135 CHECK(it != j_const.begin());
1136 CHECK(it == j_const.end());
1139 CHECK(it == j_const.begin());
1140 CHECK(it != j_const.end());
1141 CHECK(*it == j_const);
1144 CHECK(it != j_const.begin());
1145 CHECK(it == j_const.end());
1148 CHECK(it == j_const.begin());
1149 CHECK(it != j_const.end());
1150 CHECK(*it == j_const);
1156 CHECK(it != j.cend());
1157 CHECK(*it == j);
1160 CHECK(it != j.cbegin());
1161 CHECK(it == j.cend());
1164 CHECK(it == j.cbegin());
1165 CHECK(it != j.cend());
1166 CHECK(*it == j);
1169 CHECK(it != j.cbegin());
1170 CHECK(it == j.cend());
1173 CHECK(it == j.cbegin());
1174 CHECK(it != j.cend());
1175 CHECK(*it == j);
1181 CHECK(it != j_const.cend());
1182 CHECK(*it == j_const);
1185 CHECK(it != j_const.cbegin());
1186 CHECK(it == j_const.cend());
1189 CHECK(it == j_const.cbegin());
1190 CHECK(it != j_const.cend());
1191 CHECK(*it == j_const);
1194 CHECK(it != j_const.cbegin());
1195 CHECK(it == j_const.cend());
1198 CHECK(it == j_const.cbegin());
1199 CHECK(it != j_const.cend());
1200 CHECK(*it == j_const);
1206 CHECK(it != j.rend());
1207 CHECK(*it == j);
1210 CHECK(it != j.rbegin());
1211 CHECK(it == j.rend());
1214 CHECK(it == j.rbegin());
1215 CHECK(it != j.rend());
1216 CHECK(*it == j);
1219 CHECK(it != j.rbegin());
1220 CHECK(it == j.rend());
1223 CHECK(it == j.rbegin());
1224 CHECK(it != j.rend());
1225 CHECK(*it == j);
1231 CHECK(it != j.crend());
1232 CHECK(*it == j);
1235 CHECK(it != j.crbegin());
1236 CHECK(it == j.crend());
1239 CHECK(it == j.crbegin());
1240 CHECK(it != j.crend());
1241 CHECK(*it == j);
1244 CHECK(it != j.crbegin());
1245 CHECK(it == j.crend());
1248 CHECK(it == j.crbegin());
1249 CHECK(it != j.crend());
1250 CHECK(*it == j);
1256 CHECK(it != j_const.crend());
1257 CHECK(*it == j_const);
1260 CHECK(it != j_const.crbegin());
1261 CHECK(it == j_const.crend());
1264 CHECK(it == j_const.crbegin());
1265 CHECK(it != j_const.crend());
1266 CHECK(*it == j_const);
1269 CHECK(it != j_const.crbegin());
1270 CHECK(it == j_const.crend());
1273 CHECK(it == j_const.crbegin());
1274 CHECK(it != j_const.crend());
1275 CHECK(*it == j_const);
1283 CHECK(it.value() == json(23));
1285 CHECK(cit.value() == json(23));
1304 CHECK(it != j.end());
1305 CHECK(*it == j);
1308 CHECK(it != j.begin());
1309 CHECK(it == j.end());
1312 CHECK(it == j.begin());
1313 CHECK(it != j.end());
1314 CHECK(*it == j);
1317 CHECK(it != j.begin());
1318 CHECK(it == j.end());
1321 CHECK(it == j.begin());
1322 CHECK(it != j.end());
1323 CHECK(*it == j);
1329 CHECK(it != j_const.end());
1330 CHECK(*it == j_const);
1333 CHECK(it != j_const.begin());
1334 CHECK(it == j_const.end());
1337 CHECK(it == j_const.begin());
1338 CHECK(it != j_const.end());
1339 CHECK(*it == j_const);
1342 CHECK(it != j_const.begin());
1343 CHECK(it == j_const.end());
1346 CHECK(it == j_const.begin());
1347 CHECK(it != j_const.end());
1348 CHECK(*it == j_const);
1354 CHECK(it != j.cend());
1355 CHECK(*it == j);
1358 CHECK(it != j.cbegin());
1359 CHECK(it == j.cend());
1362 CHECK(it == j.cbegin());
1363 CHECK(it != j.cend());
1364 CHECK(*it == j);
1367 CHECK(it != j.cbegin());
1368 CHECK(it == j.cend());
1371 CHECK(it == j.cbegin());
1372 CHECK(it != j.cend());
1373 CHECK(*it == j);
1379 CHECK(it != j_const.cend());
1380 CHECK(*it == j_const);
1383 CHECK(it != j_const.cbegin());
1384 CHECK(it == j_const.cend());
1387 CHECK(it == j_const.cbegin());
1388 CHECK(it != j_const.cend());
1389 CHECK(*it == j_const);
1392 CHECK(it != j_const.cbegin());
1393 CHECK(it == j_const.cend());
1396 CHECK(it == j_const.cbegin());
1397 CHECK(it != j_const.cend());
1398 CHECK(*it == j_const);
1404 CHECK(it != j.rend());
1405 CHECK(*it == j);
1408 CHECK(it != j.rbegin());
1409 CHECK(it == j.rend());
1412 CHECK(it == j.rbegin());
1413 CHECK(it != j.rend());
1414 CHECK(*it == j);
1417 CHECK(it != j.rbegin());
1418 CHECK(it == j.rend());
1421 CHECK(it == j.rbegin());
1422 CHECK(it != j.rend());
1423 CHECK(*it == j);
1429 CHECK(it != j.crend());
1430 CHECK(*it == j);
1433 CHECK(it != j.crbegin());
1434 CHECK(it == j.crend());
1437 CHECK(it == j.crbegin());
1438 CHECK(it != j.crend());
1439 CHECK(*it == j);
1442 CHECK(it != j.crbegin());
1443 CHECK(it == j.crend());
1446 CHECK(it == j.crbegin());
1447 CHECK(it != j.crend());
1448 CHECK(*it == j);
1454 CHECK(it != j_const.crend());
1455 CHECK(*it == j_const);
1458 CHECK(it != j_const.crbegin());
1459 CHECK(it == j_const.crend());
1462 CHECK(it == j_const.crbegin());
1463 CHECK(it != j_const.crend());
1464 CHECK(*it == j_const);
1467 CHECK(it != j_const.crbegin());
1468 CHECK(it == j_const.crend());
1471 CHECK(it == j_const.crbegin());
1472 CHECK(it != j_const.crend());
1473 CHECK(*it == j_const);
1481 CHECK(it.value() == json(23.42));
1483 CHECK(cit.value() == json(23.42));
1502 CHECK(it == j.end());
1509 CHECK(it_begin == it_end);
1516 CHECK(it_begin == it_end);
1523 CHECK(it_begin == it_end);
1529 CHECK(it == j.rend());
1535 CHECK(it == j.crend());
1541 CHECK(it == j_const.crend());
1569 CHECK(it == j.cbegin());
1571 CHECK(it == j.cbegin());
1577 CHECK(it == j.cbegin());
1579 CHECK(it == j.cbegin());
1585 CHECK(it == j.cbegin());
1587 CHECK(it == j.cbegin());
1593 CHECK(it == j.cbegin());
1595 CHECK(it == j.cbegin());
1601 CHECK(it == j.cbegin());
1603 CHECK(it == j.cbegin());
1609 CHECK(it == j.cbegin());
1611 CHECK(it == j.cbegin());
1617 CHECK(it == j.cbegin());
1619 CHECK(it == j.cbegin());
1625 CHECK(it == j.cbegin());
1627 CHECK(it == j.cbegin());