Searched refs:span_d (Results 1 – 1 of 1) sorted by relevance
93 std::span<D> span_d = os::reinterpret_span_cast<D>(sp); in tests() local94 CHECK(span_d.size() == 6); in tests()