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.cc555 UnwindStatusOr<bool> step_ret = cursor->Step(); in CheckUnwind() local
556 if (!step_ret.ok()) { in CheckUnwind()
557 AddUnwindError(cursor, "error unwinding: ", step_ret.Error()); in CheckUnwind()
561 if (!step_ret.ValueOrDie()) { in CheckUnwind()