Lines Matching defs:null
32 bool null()
114 SECTION("null")
842 // check that no null byte is appended
877 // check that no null byte is appended
910 // check that no null byte is appended
945 // check that no null byte is appended
969 SECTION("[null]")
1008 std::vector<uint8_t> expected(j.size() + 3, 0xc0); // all null
1023 std::vector<uint8_t> expected(j.size() + 5, 0xc0); // all null
1059 SECTION("{\"\":null}")
1088 json j = R"({"00": null, "01": null, "02": null, "03": null,
1089 "04": null, "05": null, "06": null, "07": null,
1090 "08": null, "09": null, "10": null, "11": null,
1091 "12": null, "13": null, "14": null, "15": null})"_json;
1116 // each entry will need 7 bytes: 6 for fixstr, 1 for null
1204 // check that no null byte is appended
1243 // check that no null byte is appended
1281 // check that no null byte is appended
1316 // check that no null byte is appended
1352 // check that no null byte is appended
1387 // check that no null byte is appended