Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp60 strided_span<int, 2> av_section_2 = av_section_1.section({ 1, 2 }, { 2,2 }); in SUITE() local
61 CHECK((av_section_2[{0, 0}] == 24)); in SUITE()
62 CHECK((av_section_2[{0, 1}] == 25)); in SUITE()
63 CHECK((av_section_2[{1, 0}] == 34)); in SUITE()