Searched refs:test_contiguous (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/std/strings/basic.string/string.require/ |
H A D | contiguous.pass.cpp | 21 TEST_CONSTEXPR_CXX20 void test_contiguous(const C& c) { in test_contiguous() function 31 test_contiguous(S()); in test_string() 32 test_contiguous(S("1")); in test_string() 33 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890")); in test_string() 36 test_contiguous(S(Alloc())); in test_string() 37 test_contiguous(S("1", Alloc())); in test_string() 38 …test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", Alloc(… in test_string() 41 test_contiguous(S(Alloc(a))); in test_string() 42 test_contiguous(S("1", Alloc(a))); in test_string() 43 …test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", Alloc(… in test_string()
|
/llvm-project/libcxx/test/std/containers/sequences/vector/ |
H A D | contiguous.pass.cpp | 21 TEST_CONSTEXPR_CXX20 void test_contiguous(const C &c) in test_contiguous() function 32 test_contiguous(C()); in tests() 33 test_contiguous(C(3, 5)); in tests() 40 test_contiguous(C(A(3))); in tests() 41 test_contiguous(C(7, 9.0, A(5))); in tests() 48 test_contiguous(C(A{})); in tests() 49 test_contiguous(C(9, 11.0, A{})); in tests() 55 test_contiguous(C(A{})); in tests() 56 test_contiguous(C(9, 11.0, A{})); in tests()
|