Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp105 strided_span<const int, 1> sav_c{ multi_span<const int>{src}, strided_bounds<1>{2, 1} }; in SUITE() local
107 strided_span<const int, 1> sav_c{ multi_span<const int>{src}, strided_bounds<1>{2, 1} }; in SUITE() local
109 CHECK(sav_c.bounds().index_bounds() == index<1>{ 2 }); in SUITE()
110 CHECK(sav_c.bounds().strides() == index<1>{ 1 }); in SUITE()
111 CHECK(sav_c[1] == 2); in SUITE()
136 strided_span<const int, 1> sav_c{ src, {2, 1} }; in SUITE() local
137 CHECK(sav_c.bounds().index_bounds() == index<1>{ 2 }); in SUITE()
138 CHECK(sav_c.bounds().strides() == index<1>{ 1 }); in SUITE()
139 CHECK(sav_c[1] == 2); in SUITE()