Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-msgpack.cpp811 const std::vector<uint8_t> first_bytes = variable
819 for (size_t N = 0; N < first_bytes.size(); ++N)
829 expected.push_back(first_bytes[N]);
836 CHECK((first_bytes[N] & 0x1f) == N);

Completed in 3 milliseconds