Searched refs:vI (Results 1 - 2 of 2) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 2611 std::vector<uint8_t> vI = {'[', '#', 'I', 0x00, 0xF1}; variable 2636 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vI), "[json.exception.parse_error.113] parse error at byte 5: syntax error while parsing BJData size: count in an optimized container must be positive", json::parse_error&); 2637 CHECK(json::from_bjdata(vI, true, false).is_discarded()); 2747 std::vector<uint8_t> vI = {'[', '#', 'I'}; variable 2748 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vI), "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing BJData number: unexpected end of input", json::parse_error&); 2749 CHECK(json::from_bjdata(vI, true, false).is_discarded());
|
H A D | unit-ubjson.cpp | 1874 std::vector<uint8_t> vI = {'[', '#', 'I'}; variable 1875 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vI), "[json.exception.parse_error.110] parse error at byte 4: syntax error while parsing UBJSON number: unexpected end of input", json::parse_error&); 1876 CHECK(json::from_ubjson(vI, true, false).is_discarded());
|
Completed in 11 milliseconds