Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1708 std::vector<uint8_t> v_F = {'[', '#', 'i', 2, 'F', 'F'}; variable
1722 CHECK(json::from_ubjson(v_F) == json({false, false}));
1735 CHECK(json::to_ubjson(json::from_ubjson(v_F), true) == v_F); variable
1752 std::vector<uint8_t> v_F = {'[', '$', 'F', '#', 'i', 2}; variable
1766 CHECK(json::from_ubjson(v_F) == json({false, false}));
1781 CHECK(json::to_ubjson(json::from_ubjson(v_F), true, true) == v_F); variable
H A Dunit-bjdata.cpp2289 std::vector<uint8_t> v_F = {'[', '#', 'i', 2, 'F', 'F'}; variable
2306 CHECK(json::from_bjdata(v_F) == json({false, false}));
2322 CHECK(json::to_bjdata(json::from_bjdata(v_F), true) == v_F); variable
2682 std::vector<uint8_t> v_F = {'[', '$', 'F', '#', '[', '#', 'i', 2, 'i', 1, 'i', 2}; variable
2691 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(v_F), "[json.exception.parse_error.112] parse error at byte 3: syntax error while parsing BJData type: marker 0x46 is not a permitted optimized array type", json::parse_error&);
2692 CHECK(json::from_bjdata(v_F, true, false).is_discarded());
2703 std::vector<uint8_t> v_F = {'[', '$', 'F', '#', '[', 'i', 1, 'i', 2, ']'}; variable
2712 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(v_F), "[json.exception.parse_error.112] parse error at byte 3: syntax error while parsing BJData type: marker 0x46 is not a permitted optimized array type", json::parse_error&);
2713 CHECK(json::from_bjdata(v_F, tru
[all...]

Completed in 10 milliseconds