Searched refs:lastSteps (Results 1 – 2 of 2) sorted by relevance
195 int32_t lastSteps; member201 if (info->lastSteps+1 != steps) { in TestCallbackFn()202 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in TestCallbackFn()204 info->lastSteps = steps; in TestCallbackFn()
4802 int32_t lastSteps; member4803 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;} in reset()4810 if (info->lastSteps+1 != steps) { in testCallBackFn()4811 …info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in testCallBackFn()4813 info->lastSteps = steps; in testCallBackFn()