Searched refs:span_c (Results 1 – 1 of 1) sorted by relevance
79 std::span<C> span_c = os::reinterpret_span_cast<C>(span_b); in tests() local80 CHECK(2 * span_c.size() == span_b.size()); in tests()86 std::span<C> span_c = array; in tests() local87 std::span<B> span_b = os::reinterpret_span_cast<B>(span_c); in tests()88 CHECK(2 * span_c.size() == span_b.size()); in tests()