Searched refs:step_ret (Results 1 – 1 of 1) sorted by relevance
560 UnwindStatusOr<bool> step_ret = cursor->Step(); in CheckUnwind() local561 if (!step_ret.ok()) { in CheckUnwind()562 AddUnwindError(cursor, "error unwinding: ", step_ret.Error()); in CheckUnwind()566 if (!step_ret.ValueOrDie()) { in CheckUnwind()