Searched refs:upb_ok (Results 1 – 5 of 5) sorted by relevance
18 bool ok() const { return upb_ok(&status_); } in ok()
31 bool upb_ok(const upb_status *status);
22 bool upb_ok(const upb_status *status) { return status->ok; } in upb_ok() function
2104 UPB_ASSERT(!upb_ok(status)); in _upb_symtab_addfile()2111 UPB_ASSERT(upb_ok(status)); in _upb_symtab_addfile()
46 if (!upb_ok(s)) { in lupb_checkstatus()