Lines Matching refs:j_const
31 json j_const(j);
60 json::const_iterator it = j_const.begin();
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);
110 json::const_iterator it = j_const.cbegin();
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);
185 json::const_reverse_iterator it = j_const.crbegin();
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);
319 auto cit = j_const.cbegin();
337 json j_const(j);
366 json::const_iterator it = j_const.begin();
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);
416 json::const_iterator it = j_const.cbegin();
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);
491 json::const_reverse_iterator it = j_const.crbegin();
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);
517 auto cit = j_const.cbegin();
535 json j_const(j);
563 json::const_iterator it_begin = j_const.begin();
564 json::const_iterator it_end = j_const.end();
568 CHECK(*it == j_const[0]);
573 CHECK(*it == j_const[1]);
578 CHECK(*it == j_const[2]);
611 json::const_iterator it_begin = j_const.cbegin();
612 json::const_iterator it_end = j_const.cend();
683 json::const_reverse_iterator it_begin = j_const.crbegin();
684 json::const_reverse_iterator it_end = j_const.crend();
708 auto cit = j_const.cbegin();
719 json j_const(j);
747 json::const_iterator it_begin = j_const.begin();
748 json::const_iterator it_end = j_const.end();
752 CHECK(*it == j_const["A"]);
757 CHECK(*it == j_const["B"]);
762 CHECK(*it == j_const["C"]);
795 json::const_iterator it_begin = j_const.cbegin();
796 json::const_iterator it_end = j_const.cend();
800 CHECK(*it == j_const["A"]);
805 CHECK(*it == j_const["B"]);
810 CHECK(*it == j_const["C"]);
867 json::const_reverse_iterator it_begin = j_const.crbegin();
868 json::const_reverse_iterator it_end = j_const.crend();
892 auto cit = j_const.cbegin();
903 json j_const(j);
932 json::const_iterator it = j_const.begin();
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);
982 json::const_iterator it = j_const.cbegin();
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);
1057 json::const_reverse_iterator it = j_const.crbegin();
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);
1083 auto cit = j_const.cbegin();
1101 json j_const(j);
1130 json::const_iterator it = j_const.begin();
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);
1180 json::const_iterator it = j_const.cbegin();
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);
1255 json::const_reverse_iterator it = j_const.crbegin();
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);
1281 auto cit = j_const.cbegin();
1299 json j_const(j);
1328 json::const_iterator it = j_const.begin();
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);
1378 json::const_iterator it = j_const.cbegin();
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);
1453 json::const_reverse_iterator it = j_const.crbegin();
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);
1479 auto cit = j_const.cbegin();
1497 json j_const(j);
1507 json::const_iterator it_begin = j_const.begin();
1508 json::const_iterator it_end = j_const.end();
1521 json::const_iterator it_begin = j_const.cbegin();
1522 json::const_iterator it_end = j_const.cend();
1540 json::const_reverse_iterator it = j_const.crbegin();
1541 CHECK(it == j_const.crend());
1547 auto cit = j_const.cbegin();