Searched refs:nonwritable_sp (Results 1 – 1 of 1) sorted by relevance
54 std::span<const std::byte> nonwritable_sp = os::reinterpret_span_cast<const std::byte>(sp); in tests() local55 CHECK(writable_sp.size() == sp.size_bytes() && nonwritable_sp.size() == sp.size_bytes()); in tests()