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