Searched refs:byteArray (Results 1 – 1 of 1) sorted by relevance
26 auto const byteArray = reinterpret_cast<uint8_t const*>(array.data()); in tests() local28 CHECK(std::all_of(byteArray, byteArray + byteLength, [](const auto& elem){ in tests()