Lines Matching refs:ok
59 assert(txn_->SetName(name).ok()); in TransactionDBInsert()
115 if (s.ok()) { in DBGet()
153 if (!s.ok()) { in DoInsert()
164 if (s.ok()) { in DoInsert()
173 } else if (!s.ok()) { in DoInsert()
194 if (s.ok()) { in DoInsert()
200 assert(s.ok()); in DoInsert()
208 assert(s.ok()); in DoInsert()
215 assert(!with_prepare || s.ok()); in DoInsert()
225 assert(s.ok()); in DoInsert()
227 assert(is_optimistic || s.ok()); in DoInsert()
229 if (!s.ok()) { in DoInsert()
252 if (!s.ok()) { in DoInsert()
260 assert(txn->Rollback().ok()); in DoInsert()
266 if (s.ok()) { in DoInsert()
323 assert(s.ok()); in Verify()