Searched refs:vL (Results 1 - 3 of 3) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-32bit.cpp | 124 std::vector<uint8_t> vL = {'[', '#', 'L', 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F}; variable 128 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vL), "[json.exception.out_of_range.408] syntax error while parsing BJData size: integer value overflow", json::out_of_range&); 129 CHECK(json::from_bjdata(vL, true, false).is_discarded());
|
H A D | unit-bjdata.cpp | 2613 std::vector<uint8_t> vL = {'[', '#', 'L', 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF3}; variable 2642 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vL), "[json.exception.parse_error.113] parse error at byte 11: syntax error while parsing BJData size: count in an optimized container must be positive", json::parse_error&); 2643 CHECK(json::from_bjdata(vL, true, false).is_discarded()); 2662 std::vector<uint8_t> vL = {'[', '#', 'L', 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F}; variable 2667 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vL), "[json.exception.out_of_range.408] syntax error while parsing BJData size: integer value overflow", json::out_of_range&); 2668 CHECK(json::from_bjdata(vL, true, false).is_discarded()); 2763 std::vector<uint8_t> vL = {'[', '#', 'L'}; variable 2764 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vL), "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing BJData number: unexpected end of input", json::parse_error&); 2765 CHECK(json::from_bjdata(vL, true, false).is_discarded());
|
H A D | unit-ubjson.cpp | 1882 std::vector<uint8_t> vL = {'[', '#', 'L'}; variable 1883 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vL), "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing UBJSON number: unexpected end of input", json::parse_error&); 1884 CHECK(json::from_ubjson(vL, true, false).is_discarded());
|
Completed in 11 milliseconds