Searched refs:lastSteps (Results 1 – 2 of 2) sorted by relevance
187 int32_t lastSteps; member193 if (info->lastSteps+1 != steps) { in TestCallbackFn()194 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in TestCallbackFn()196 info->lastSteps = steps; in TestCallbackFn()
4756 int32_t lastSteps; member4757 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;}; in reset()4764 if (info->lastSteps+1 != steps) { in testCallBackFn()4765 …info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in testCallBackFn()4767 info->lastSteps = steps; in testCallBackFn()