Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1954 std::vector<uint8_t> vST2 = {'{', '#', 'i', 2, 'i', 1, 'a'}; variable
1955 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vST2), "[json.exception.parse_error.110] parse error at byte 8: syntax error while parsing UBJSON value: unexpected end of input", json::parse_error&);
1956 CHECK(json::from_ubjson(vST2, true, false).is_discarded());
H A Dunit-bjdata.cpp2949 std::vector<uint8_t> vST2 = {'{', '#', 'i', 2, 'i', 1, 'a'}; variable
2950 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vST2), "[json.exception.parse_error.110] parse error at byte 8: syntax error while parsing BJData value: unexpected end of input", json::parse_error&);
2951 CHECK(json::from_bjdata(vST2, true, false).is_discarded());

Completed in 10 milliseconds