Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1667 std::vector<uint8_t> s_L = {'S', 'L', 0, 0, 0, 0, 0, 0, 0, 1, 'a'}; variable
1674 CHECK(json::from_ubjson(s_L) == "a");
1681 CHECK(json::to_ubjson(json::from_ubjson(s_L)) == s_i);
H A Dunit-bjdata.cpp2241 std::vector<uint8_t> s_L = {'S', 'L', 1, 0, 0, 0, 0, 0, 0, 0, 'a'}; variable
2251 CHECK(json::from_bjdata(s_L) == "a");
2261 CHECK(json::to_bjdata(json::from_bjdata(s_L)) == s_i);

Completed in 13 milliseconds