Searched refs:simple_constructor_test (Results 1 – 1 of 1) sorted by relevance
40 void simple_constructor_test(const T (&data)[N]) { in simple_constructor_test() function103 simple_constructor_test<const uint8_t, 16>(byte_data16); in TEST()104 simple_constructor_test<const uint8_t, 21>(byte_data21); in TEST()105 simple_constructor_test<const uint8_t, 23>(byte_data23); in TEST()106 simple_constructor_test<const uint8_t, 28>(byte_data28); in TEST()