Searched refs:test_contiguous (Results 1 – 3 of 3) sorted by relevance
22 void test_contiguous ( const C &c ) in test_contiguous() function32 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()
21 void test_contiguous ( const C &c ) in test_contiguous() function32 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()
18 void test_contiguous ( const C &c ) in test_contiguous() function29 test_contiguous (C()); in main()