Lines Matching defs:null
32 bool null()
231 SECTION("null")
1191 CHECK(j.dump() == "null");
1199 CHECK(j.dump() == "null");
1232 CHECK(j.dump() == "null");
1240 CHECK(j.dump() == "null");
1316 // check that no null byte is appended
1352 // check that no null byte is appended
1386 // check that no null byte is appended
1420 // check that no null byte is appended
1456 // check that no null byte is appended
1507 // check that no null byte is appended
1547 // check that no null byte is appended
1584 // check that no null byte is appended
1621 // check that no null byte is appended
1660 // check that no null byte is appended
1691 // check that no null byte is appended
1718 // check that no null byte is appended
1769 SECTION("[null]")
1891 std::vector<uint8_t> expected(j.size() + 2, 'Z'); // all null
1905 std::vector<uint8_t> expected(j.size() + 5, 'Z'); // all null
1925 std::vector<uint8_t> expected(j.size() + 2, 'Z'); // all null
1939 std::vector<uint8_t> expected(j.size() + 5, 'Z'); // all null
1959 std::vector<uint8_t> expected(j.size() + 2, 'Z'); // all null
1973 std::vector<uint8_t> expected(j.size() + 7, 'Z'); // all null
2032 SECTION("{\"\":null}")