Searched refs:span_b (Results 1 – 1 of 1) sorted by relevance
71 std::span<B> span_b = os::reinterpret_span_cast<B>(span_a); in tests() local72 CHECK(span_b.size() == 2); in tests()78 std::span<B> span_b = array; in tests() local79 std::span<C> span_c = os::reinterpret_span_cast<C>(span_b); in tests()80 CHECK(2 * span_c.size() == span_b.size()); in tests()87 std::span<B> span_b = os::reinterpret_span_cast<B>(span_c); in tests() local88 CHECK(2 * span_c.size() == span_b.size()); in tests()109 std::span<B> span_b = os::reinterpret_span_cast<B>(span_a); in trapping_test() local