| H A D | unit-ubjson.cpp | 113 std::vector<uint8_t> expected = {'Z'}; variable 127 std::vector<uint8_t> expected = {'T'}; variable 139 std::vector<uint8_t> expected = {'F'}; variable 178 std::vector<uint8_t> expected; variable 233 std::vector<uint8_t> expected; global() variable 272 std::vector<uint8_t> expected; global() variable 296 std::vector<uint8_t> expected = {'I', 0xdb, 0xd1}; global() variable 326 std::vector<uint8_t> expected; global() variable 359 std::vector<uint8_t> expected; global() variable 392 std::vector<uint8_t> expected; global() variable 425 std::vector<uint8_t> expected; global() variable 463 std::vector<uint8_t> expected; global() variable 504 std::vector<uint8_t> expected; global() variable 554 std::vector<uint8_t> expected; global() variable 587 std::vector<uint8_t> expected; global() variable 620 std::vector<uint8_t> expected; global() variable 657 std::vector<uint8_t> expected; global() variable 697 std::vector<uint8_t> expected; global() variable 738 std::vector<uint8_t> expected = global() variable 804 std::vector<uint8_t> expected = {'H', 'i', 0x14, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1'}; global() variable 826 std::vector<uint8_t> expected; global() variable 862 std::vector<uint8_t> expected; global() variable 968 std::vector<std::uint8_t> expected; global() variable 1019 std::vector<uint8_t> expected; global() variable 1129 std::vector<uint8_t> expected; global() variable 1153 std::vector<std::uint8_t> expected; global() variable 1187 std::vector<uint8_t> expected = {'[', ']'}; global() variable 1199 std::vector<uint8_t> expected = {'[', '#', 'i', 0}; global() variable 1211 std::vector<uint8_t> expected = {'[', '#', 'i', 0}; global() variable 1226 std::vector<uint8_t> expected = {'[', 'Z', ']'}; global() variable 1238 std::vector<uint8_t> expected = {'[', '#', 'i', 1, 'Z'}; global() variable 1250 std::vector<uint8_t> expected = {'[', '$', 'Z', '#', 'i', 1}; global() variable 1265 std::vector<uint8_t> expected = {'[', 'i', 1, 'i', 2, 'i', 3, 'i', 4, 'i', 5, ']'}; global() variable 1277 std::vector<uint8_t> expected = {'[', '#', 'i', 5, 'i', 1, 'i', 2, 'i', 3, 'i', 4, 'i', 5}; global() variable 1289 std::vector<uint8_t> expected = {'[', '$', 'i', '#', 'i', 5, 1, 2, 3, 4, 5}; global() variable 1304 std::vector<uint8_t> expected = {'[', '[', '[', '[', ']', ']', ']', ']'}; global() variable 1316 std::vector<uint8_t> expected = {'[', '#', 'i', 1, '[', '#', 'i', 1, '[', '#', 'i', 1, '[', '#', 'i', 0}; global() variable 1328 std::vector<uint8_t> expected = {'[', '$', '[', '#', 'i', 1, '$', '[', '#', 'i', 1, '$', '[', '#', 'i', 1, '#', 'i', 0}; global() variable 1374 std::vector<uint8_t> expected = {'[', '$', 'Z', '#', 'I', 0x01, 0x01}; global() variable 1422 std::vector<uint8_t> expected = {'[', '$', 'Z', '#', 'l', 0x00, 0x01, 0x01, 0x01}; global() variable 1440 std::vector<uint8_t> expected = {'{', '}'}; global() variable 1452 std::vector<uint8_t> expected = {'{', '#', 'i', 0}; global() variable 1464 std::vector<uint8_t> expected = {'{', '#', 'i', 0}; global() variable 1479 std::vector<uint8_t> expected = {'{', 'i', 0, 'Z', '}'}; global() variable 1491 std::vector<uint8_t> expected = {'{', '#', 'i', 1, 'i', 0, 'Z'}; global() variable 1503 std::vector<uint8_t> expected = {'{', '$', 'Z', '#', 'i', 1, 'i', 0}; global() variable 1518 std::vector<uint8_t> expected = global() variable 1533 std::vector<uint8_t> expected = global() variable 1548 std::vector<uint8_t> expected = global() variable 1967 std::vector<uint8_t> expected = {'[', '$', 'i', '#', 'i', 2, 1, 0xff}; global() variable 1968 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 1974 std::vector<uint8_t> expected = {'[', '$', 'U', '#', 'i', 2, 0xC8, 0xC9}; global() variable 1975 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 1981 std::vector<uint8_t> expected = {'[', '$', 'I', '#', 'i', 2, 0x75, 0x30, 0x8a, 0xd0}; global() variable 1982 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 1988 std::vector<uint8_t> expected = {'[', '$', 'l', '#', 'i', 2, 0x00, 0x01, 0x11, 0x70, 0xFF, 0xFE, 0xEE, 0x90}; global() variable 1989 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 1995 std::vector<uint8_t> expected = {'[', '$', 'L', '#', 'i', 2, 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x00, 0xFF, 0xFF, 0xFF, 0xFE, 0xD5, 0xFA, 0x0E, 0x00}; global() variable 1996 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2005 std::vector<uint8_t> expected = {'[', '$', 'i', '#', 'i', 2, 1, 2}; global() variable 2007 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2014 std::vector<uint8_t> expected = {'[', '$', 'U', '#', 'i', 2, 0xC8, 0xC9}; global() variable 2016 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2023 std::vector<uint8_t> expected = {'[', '$', 'I', '#', 'i', 2, 0x75, 0x30, 0x75, 0x31}; global() variable 2025 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2032 std::vector<uint8_t> expected = {'[', '$', 'l', '#', 'i', 2, 0x00, 0x01, 0x11, 0x70, 0x00, 0x01, 0x11, 0x71}; global() variable 2034 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2041 std::vector<uint8_t> expected = {'[', '$', 'L', '#', 'i', 2, 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x00, 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x01}; global() variable 2043 CHECK(json::to_ubjson(j, true, true) == expected); global() variable 2051 std::vector<uint8_t> expected = {'[', '$', 'N', '#', 'i', 2}; global() variable 2052 CHECK(json::to_ubjson(j, true, true) == expected); global() variable [all...] |