Searched refs:test_contiguous (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/libcxx/test/std/strings/basic.string/string.require/ |
D | contiguous.pass.cpp | 22 void test_contiguous ( const C &c ) in test_contiguous() function 32 test_contiguous(S()); in main() 33 test_contiguous(S("1")); in main() 34 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890")); in main() 40 test_contiguous(S(A(3))); in main() 41 test_contiguous(S("1", A(5))); in main() 42 …test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A(7))); in main() 48 test_contiguous(S(A{})); in main() 49 test_contiguous(S("1", A())); in main() 50 … test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A())); in main()
|
/external/libcxx/test/std/strings/basic.string/string.require/ |
D | contiguous.pass.cpp | 22 void test_contiguous ( const C &c ) in test_contiguous() function 32 test_contiguous(S()); in main() 33 test_contiguous(S("1")); in main() 34 test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890")); in main() 40 test_contiguous(S(A(3))); in main() 41 test_contiguous(S("1", A(5))); in main() 42 …test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A(7))); in main() 48 test_contiguous(S(A{})); in main() 49 test_contiguous(S("1", A())); in main() 50 … test_contiguous(S("1234567890123456789012345678901234567890123456789012345678901234567890", A())); in main()
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector/ |
D | contiguous.pass.cpp | 21 void test_contiguous ( const C &c ) in test_contiguous() function 32 test_contiguous(C()); in main() 33 test_contiguous(C(3, 5)); in main() 40 test_contiguous(C(A(3))); in main() 41 test_contiguous(C(7, 9.0, A(5))); in main() 48 test_contiguous(C(A{})); in main() 49 test_contiguous(C(9, 11.0, A{})); in main()
|
/external/libcxx/test/std/containers/sequences/vector/ |
D | contiguous.pass.cpp | 21 void test_contiguous ( const C &c ) in test_contiguous() function 32 test_contiguous(C()); in main() 33 test_contiguous(C(3, 5)); in main() 40 test_contiguous(C(A(3))); in main() 41 test_contiguous(C(7, 9.0, A(5))); in main() 48 test_contiguous(C(A{})); in main() 49 test_contiguous(C(9, 11.0, A{})); in main()
|
/external/libcxx/test/std/containers/sequences/array/ |
D | contiguous.pass.cpp | 18 void test_contiguous ( const C &c ) in test_contiguous() function 29 test_contiguous (C()); in main()
|