Searched refs:g_allTestFunc (Results 1 – 5 of 5) sorted by relevance
51 TestFuncDef g_allTestFunc[] = { variable64 int funcCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in DoSomethingInterestingWithMyAPI()66 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI()
62 TestFuncDef g_allTestFunc[] = { variable75 int funcCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in DoSomethingInterestingWithMyAPI()77 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI()
92 static TestFuncDef g_allTestFunc[] = { variable104 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()105 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
142 static TestFuncDef g_allTestFunc[] = { variable154 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()155 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
284 static TestFuncDef g_allTestFunc[] = { variable307 int testCount = sizeof(g_allTestFunc) / sizeof(g_allTestFunc[0]); in TestFuncSwitch()308 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()