Home
last modified time | relevance | path

Searched refs:vST (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1909 std::vector<uint8_t> vST = {'[', '$', 'i', '#', 'i', 2, 1}; variable
1911 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vST), "[json.exception.parse_error.110] parse error at byte 8: syntax error while parsing UBJSON number: unexpected end of input", json::parse_error&);
1912 CHECK(json::from_ubjson(vST, true, false).is_discarded());
1925 std::vector<uint8_t> vST = {'{', '$', 'i', '#', 'i', 2, 'i', 1, 'a', 1}; variable
1927 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vST), "[json.exception.parse_error.110] parse error at byte 11: syntax error while parsing UBJSON value: unexpected end of input", json::parse_error&);
1928 CHECK(json::from_ubjson(vST, true, false).is_discarded());
H A Dunit-bjdata.cpp2818 std::vector<uint8_t> vST = {'[', '$', 'i', '#', 'i', 2, 1}; variable
2820 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vST), "[json.exception.parse_error.110] parse error at byte 8: syntax error while parsing BJData number: unexpected end of input", json::parse_error&);
2821 CHECK(json::from_bjdata(vST, true, false).is_discarded());
2834 std::vector<uint8_t> vST = {'[', '$', 'i', '#', '[', '$', 'i', '#'}; variable
2836 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vST), "[json.exception.parse_error.113] parse error at byte 9: syntax error while parsing BJData size: expected length type specification (U, i, u, I, m, l, M, L) after '#'; last byte: 0xFF", json::parse_error&);
2837 CHECK(json::from_bjdata(vST, true, false).is_discarded());
2920 std::vector<uint8_t> vST = {'{', '$', 'i', '#', 'i', 2, 'i', 1, 'a', 1}; variable
2922 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vST), "[json.exception.parse_error.110] parse error at byte 11: syntax error while parsing BJData value: unexpected end of input", json::parse_error&);
2923 CHECK(json::from_bjdata(vST, true, false).is_discarded());

Completed in 11 milliseconds