Lines Matching defs:root
1178 void addMsgForTest(TestNode** root);
1180 void addMsgForTest(TestNode** root)
1182 addTest(root, &OpenMessageFormatTest, "tsformat/cmsgtst/OpenMessageFormatTest");
1183 addTest(root, &MessageFormatTest, "tsformat/cmsgtst/MessageFormatTest");
1184 addTest(root, &TestSampleMessageFormat, "tsformat/cmsgtst/TestSampleMessageFormat");
1185 addTest(root, &TestSampleFormatAndParse, "tsformat/cmsgtst/TestSampleFormatAndParse");
1186 addTest(root, &TestSampleFormatAndParseWithError, "tsformat/cmsgtst/TestSampleFormatAndParseWithError");
1187 addTest(root, &TestNewFormatAndParseAPI, "tsformat/cmsgtst/TestNewFormatAndParseAPI");
1188 addTest(root, &TestMsgFormatChoice, "tsformat/cmsgtst/TestMsgFormatChoice");
1189 addTest(root, &TestParseMessage, "tsformat/cmsgtst/TestParseMessage");
1190 addTest(root, &TestMessageFormatWithValist, "tsformat/cmsgtst/TestMessageFormatWithValist");
1191 addTest(root, &TestParseMessageWithValist, "tsformat/cmsgtst/TestParseMessageWithValist");
1192 addTest(root, &TestJ904, "tsformat/cmsgtst/TestJ904");
1193 addTest(root, &MessageLength, "tsformat/cmsgtst/MessageLength");
1194 addTest(root, &TestMessageWithUnusedArgNumber, "tsformat/cmsgtst/TestMessageWithUnusedArgNumber");
1195 addTest(root, &TestErrorChaining, "tsformat/cmsgtst/TestErrorChaining");
1196 addTest(root, &TestMsgFormatSelect, "tsformat/cmsgtst/TestMsgFormatSelect");