Searched refs:test_string_ctor (Results 1 – 2 of 2) sorted by relevance
28 constexpr void test_string_ctor() { in test_string_ctor() function132 test_string_ctor<0>(); in test()133 test_string_ctor<1>(); in test()134 test_string_ctor<31>(); in test()135 test_string_ctor<32>(); in test()136 test_string_ctor<33>(); in test()137 test_string_ctor<63>(); in test()138 test_string_ctor<64>(); in test()139 test_string_ctor<65>(); in test()140 test_string_ctor<1000>(); in test()
21 TEST_CONSTEXPR_CXX23 void test_string_ctor() { in test_string_ctor() function137 test_string_ctor<0>(); in test()138 test_string_ctor<1>(); in test()139 test_string_ctor<31>(); in test()140 test_string_ctor<32>(); in test()141 test_string_ctor<33>(); in test()142 test_string_ctor<63>(); in test()143 test_string_ctor<64>(); in test()144 test_string_ctor<65>(); in test()145 test_string_ctor<1000>(); in test()