Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp287 int cm_array[3 * 5] = { in SUITE() local
292 strided_span<int, 2> cm_sav{ cm_array, {{ 5, 3 },{ 1, 5 }} }; in SUITE()