HomeSort by relevance Sort by last modified time
    Searched refs:test_contiguous (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/strings/basic.string/string.require/
contiguous.pass.cpp 22 void test_contiguous ( const C &c ) function
32 test_contiguous(S());
33 test_contiguous(S("1"));
34 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890"));
40 test_contiguous(S(A(3)));
41 test_contiguous(S("1", A(5)));
42 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A(7)));
48 test_contiguous(S(A{}));
49 test_contiguous(S("1", A()));
50 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A()))
    [all...]
  /external/libcxx/test/std/containers/sequences/vector/
contiguous.pass.cpp 21 void test_contiguous ( const C &c ) function
32 test_contiguous(C());
33 test_contiguous(C(3, 5));
40 test_contiguous(C(A(3)));
41 test_contiguous(C(7, 9.0, A(5)));
48 test_contiguous(C(A{}));
49 test_contiguous(C(9, 11.0, A{}));
  /external/libcxx/test/std/containers/sequences/array/
contiguous.pass.cpp 18 void test_contiguous ( const C &c ) function
29 test_contiguous (C());

Completed in 1329 milliseconds