Searched refs:vST1 (Results 1 - 2 of 2) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-ubjson.cpp | 1950 std::vector<uint8_t> vST1 = {'{', '$', 'd', '#', 'i', 2, 'i', 1, 'a'}; variable 1951 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vST1), "[json.exception.parse_error.110] parse error at byte 10: syntax error while parsing UBJSON number: unexpected end of input", json::parse_error&); 1952 CHECK(json::from_ubjson(vST1, true, false).is_discarded());
|
H A D | unit-bjdata.cpp | 2945 std::vector<uint8_t> vST1 = {'{', '$', 'd', '#', 'i', 2, 'i', 1, 'a'}; variable 2946 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vST1), "[json.exception.parse_error.110] parse error at byte 10: syntax error while parsing BJData number: unexpected end of input", json::parse_error&); 2947 CHECK(json::from_bjdata(vST1, true, false).is_discarded());
|
Completed in 14 milliseconds