Home
last modified time | relevance | path

Searched refs:writable_sp (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/cxx_safe_buffers_src/
H A Dreinterpret_span_cast.cpp53 std::span<std::byte> writable_sp = os::reinterpret_span_cast<std::byte>(sp); in tests() local
55 CHECK(writable_sp.size() == sp.size_bytes() && nonwritable_sp.size() == sp.size_bytes()); in tests()