Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-bson.cpp729 std::vector<std::uint8_t> incomplete_bson = variable
737 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 9: syntax error while parsing BSON cstring: unexpected end of input", json::parse_error&);
739 CHECK(json::from_bson(incomplete_bson, true, false).is_discarded());
742 CHECK(!json::sax_parse(incomplete_bson, &scp, json::input_format_t::bson));
747 std::vector<std::uint8_t> incomplete_bson = variable
754 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[json.exception.parse_error.110] parse error at byte 6: syntax error while parsing BSON cstring: unexpected end of input", json::parse_error&);
755 CHECK(json::from_bson(incomplete_bson, true, false).is_discarded());
758 CHECK(!json::sax_parse(incomplete_bson, &scp, json::input_format_t::bson));
763 std::vector<std::uint8_t> incomplete_bson = variable
776 CHECK_THROWS_WITH_AS(_ = json::from_bson(incomplete_bson), "[jso
785 std::vector<std::uint8_t> incomplete_bson = global() variable
[all...]

Completed in 2 milliseconds