Searched refs:v_T (Results 1 - 2 of 2) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-ubjson.cpp | 1707 std::vector<uint8_t> v_T = {'[', '#', 'i', 2, 'T', 'T'}; variable 1721 CHECK(json::from_ubjson(v_T) == json({true, true})); 1734 CHECK(json::to_ubjson(json::from_ubjson(v_T), true) == v_T); variable 1751 std::vector<uint8_t> v_T = {'[', '$', 'T', '#', 'i', 2}; variable 1765 CHECK(json::from_ubjson(v_T) == json({true, true})); 1780 CHECK(json::to_ubjson(json::from_ubjson(v_T), true, true) == v_T); variable
|
H A D | unit-bjdata.cpp | 2288 std::vector<uint8_t> v_T = {'[', '#', 'i', 2, 'T', 'T'}; variable 2305 CHECK(json::from_bjdata(v_T) == json({true, true})); 2321 CHECK(json::to_bjdata(json::from_bjdata(v_T), true) == v_T); variable 2681 std::vector<uint8_t> v_T = {'[', '$', 'T', '#', '[', '#', 'i', 2, 'i', 1, 'i', 2}; variable 2688 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(v_T), "[json.exception.parse_error.112] parse error at byte 3: syntax error while parsing BJData type: marker 0x54 is not a permitted optimized array type", json::parse_error&); 2689 CHECK(json::from_bjdata(v_T, true, false).is_discarded()); 2702 std::vector<uint8_t> v_T = {'[', '$', 'T', '#', '[', 'i', 1, 'i', 2, ']'}; variable 2709 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(v_T), "[json.exception.parse_error.112] parse error at byte 3: syntax error while parsing BJData type: marker 0x54 is not a permitted optimized array type", json::parse_error&); 2710 CHECK(json::from_bjdata(v_T, tru [all...] |
Completed in 10 milliseconds