Home | History | Annotate | Download | only in span.sub

Lines Matching refs:sarr

70 std::string   sarr [] = { "ABC", "DEF", "GHI", "JKL", "MNO"};
118 testRuntimeSpan<Sp, 0>(Sp{sarr});
119 testRuntimeSpan<Sp, 1>(Sp{sarr});
120 testRuntimeSpan<Sp, 2>(Sp{sarr});
121 testRuntimeSpan<Sp, 3>(Sp{sarr});
122 testRuntimeSpan<Sp, 4>(Sp{sarr});
123 testRuntimeSpan<Sp, 5>(Sp{sarr});
129 testRuntimeSpan<Sp, 0>(Sp{sarr});
130 testRuntimeSpan<Sp, 1>(Sp{sarr});
131 testRuntimeSpan<Sp, 2>(Sp{sarr});
132 testRuntimeSpan<Sp, 3>(Sp{sarr});
133 testRuntimeSpan<Sp, 4>(Sp{sarr});
134 testRuntimeSpan<Sp, 5>(Sp{sarr});