Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Dctor.default.pass.cpp27 constexpr void test_default_constructible() { in test_default_constructible() function
35 test_default_constructible<cpp17_input_iterator<ChildView*>>(); in test()
36 test_default_constructible<cpp20_input_iterator<ChildView*>>(); in test()
37 test_default_constructible<forward_iterator<ChildView*>>(); in test()
38 test_default_constructible<bidirectional_iterator<ChildView*>>(); in test()
39 test_default_constructible<random_access_iterator<ChildView*>>(); in test()
40 test_default_constructible<contiguous_iterator<ChildView*>>(); in test()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/iterator/
H A Dctor.default.pass.cpp21 constexpr void test_default_constructible() { in test_default_constructible() function
44 test_default_constructible<forward_iterator<int*>, /* noexcept */ false>(); in tests()
45 test_default_constructible<bidirectional_iterator<int*>, /* noexcept */ false>(); in tests()
46 test_default_constructible<random_access_iterator<int*>, /* noexcept */ false>(); in tests()
47 test_default_constructible<contiguous_iterator<int*>, /* noexcept */ false>(); in tests()
48 test_default_constructible<int*, /* noexcept */ true>(); in tests()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_vector.cpp54 int test_default_constructible() in test_default_constructible() function
116 res = test_default_constructible<A>(); in test_main()
119 res = test_default_constructible<int>(); in test_main()
122 res = test_default_constructible<bool>(); in test_main()