Searched refs:TestFuncDef (Results 1 – 5 of 5) sorted by relevance
91 typedef bool (*TestFuncDef)(const uint8_t *rawData); typedef92 static TestFuncDef g_allTestFunc[] = {105 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
49 using TestFuncDef = bool (*)(const uint8_t *data, size_t size); typedef51 TestFuncDef g_allTestFunc[] = {
60 using TestFuncDef = bool (*)(const uint8_t *data, size_t size); typedef62 TestFuncDef g_allTestFunc[] = {
141 typedef void (*TestFuncDef)(const uint8_t *rawData, size_t size); typedef142 static TestFuncDef g_allTestFunc[] = {155 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()
283 typedef void (*TestFuncDef)(const uint8_t *rawData, size_t size); typedef284 static TestFuncDef g_allTestFunc[] = {308 TestFuncDef curFunc = g_allTestFunc[cmd % testCount]; in TestFuncSwitch()