Home
last modified time | relevance | path

Searched refs:step_ret (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/test/
Dabi_test.cc560 UnwindStatusOr<bool> step_ret = cursor->Step(); in CheckUnwind() local
561 if (!step_ret.ok()) { in CheckUnwind()
562 AddUnwindError(cursor, "error unwinding: ", step_ret.Error()); in CheckUnwind()
566 if (!step_ret.ValueOrDie()) { in CheckUnwind()