Lines Matching refs:cend
83 SECTION("json + cbegin/cend")
86 CHECK(it != j.cend());
91 CHECK(it == j.cend());
95 CHECK(it != j.cend());
100 CHECK(it == j.cend());
104 CHECK(it != j.cend());
108 SECTION("const json + cbegin/cend")
111 CHECK(it != j_const.cend());
116 CHECK(it == j_const.cend());
120 CHECK(it != j_const.cend());
125 CHECK(it == j_const.cend());
129 CHECK(it != j_const.cend());
389 SECTION("json + cbegin/cend")
392 CHECK(it != j.cend());
397 CHECK(it == j.cend());
401 CHECK(it != j.cend());
406 CHECK(it == j.cend());
410 CHECK(it != j.cend());
414 SECTION("const json + cbegin/cend")
417 CHECK(it != j_const.cend());
422 CHECK(it == j_const.cend());
426 CHECK(it != j_const.cend());
431 CHECK(it == j_const.cend());
435 CHECK(it != j_const.cend());
585 SECTION("json + cbegin/cend")
588 json::const_iterator it_end = j.cend();
609 SECTION("const json + cbegin/cend")
612 json::const_iterator it_end = j_const.cend();
769 SECTION("json + cbegin/cend")
772 json::const_iterator it_end = j.cend();
793 SECTION("const json + cbegin/cend")
796 json::const_iterator it_end = j_const.cend();
955 SECTION("json + cbegin/cend")
958 CHECK(it != j.cend());
963 CHECK(it == j.cend());
967 CHECK(it != j.cend());
972 CHECK(it == j.cend());
976 CHECK(it != j.cend());
980 SECTION("const json + cbegin/cend")
983 CHECK(it != j_const.cend());
988 CHECK(it == j_const.cend());
992 CHECK(it != j_const.cend());
997 CHECK(it == j_const.cend());
1001 CHECK(it != j_const.cend());
1153 SECTION("json + cbegin/cend")
1156 CHECK(it != j.cend());
1161 CHECK(it == j.cend());
1165 CHECK(it != j.cend());
1170 CHECK(it == j.cend());
1174 CHECK(it != j.cend());
1178 SECTION("const json + cbegin/cend")
1181 CHECK(it != j_const.cend());
1186 CHECK(it == j_const.cend());
1190 CHECK(it != j_const.cend());
1195 CHECK(it == j_const.cend());
1199 CHECK(it != j_const.cend());
1351 SECTION("json + cbegin/cend")
1354 CHECK(it != j.cend());
1359 CHECK(it == j.cend());
1363 CHECK(it != j.cend());
1368 CHECK(it == j.cend());
1372 CHECK(it != j.cend());
1376 SECTION("const json + cbegin/cend")
1379 CHECK(it != j_const.cend());
1384 CHECK(it == j_const.cend());
1388 CHECK(it != j_const.cend());
1393 CHECK(it == j_const.cend());
1397 CHECK(it != j_const.cend());
1512 SECTION("json + cbegin/cend")
1515 json::const_iterator it_end = j.cend();
1519 SECTION("const json + cbegin/cend")
1522 json::const_iterator it_end = j_const.cend();