Lines Matching defs:expected_size
2006 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'i', 1, 'i', 2};
2008 CHECK(json::to_ubjson(j, true) == expected_size);
2015 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'U', 0xC8, 'U', 0xC9};
2017 CHECK(json::to_ubjson(j, true) == expected_size);
2024 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'I', 0x75, 0x30, 'I', 0x75, 0x31};
2026 CHECK(json::to_ubjson(j, true) == expected_size);
2033 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'l', 0x00, 0x01, 0x11, 0x70, 'l', 0x00, 0x01, 0x11, 0x71};
2035 CHECK(json::to_ubjson(j, true) == expected_size);
2042 std::vector<uint8_t> expected_size = {'[', '#', 'i', 2, 'L', 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x00, 'L', 0x00, 0x00, 0x00, 0x01, 0x2A, 0x05, 0xF2, 0x01};
2044 CHECK(json::to_ubjson(j, true) == expected_size);