Searched refs:byteArray (Results 1 – 1 of 1) sorted by relevance
25 auto const byteArray = reinterpret_cast<uint8_t const*>(array.data()); in tests() local28 CHECK(byteArray[i] == 0); in tests()