Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-ubjson.cpp1665 std::vector<uint8_t> s_I = {'S', 'I', 0, 1, 'a'}; variable
1672 CHECK(json::from_ubjson(s_I) == "a");
1679 CHECK(json::to_ubjson(json::from_ubjson(s_I)) == s_i);
H A Dunit-bjdata.cpp2237 std::vector<uint8_t> s_I = {'S', 'I', 1, 0, 'a'}; variable
2247 CHECK(json::from_bjdata(s_I) == "a");
2257 CHECK(json::to_bjdata(json::from_bjdata(s_I)) == s_i);

Completed in 12 milliseconds