Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1664 std::vector<uint8_t> s_U = {'S', 'U', 1, 'a'}; variable
1671 CHECK(json::from_ubjson(s_U) == "a");
1678 CHECK(json::to_ubjson(json::from_ubjson(s_U)) == s_i);
H A Dunit-bjdata.cpp2236 std::vector<uint8_t> s_U = {'S', 'U', 1, 'a'}; variable
2246 CHECK(json::from_bjdata(s_U) == "a");
2256 CHECK(json::to_bjdata(json::from_bjdata(s_U)) == s_i);

Completed in 12 milliseconds