Home
last modified time | relevance | path

Searched refs:upb_ok (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c70 if (!upb_ok(status)) { in check_upb_status()
H A Dencode_decode.c1016 if (!upb_ok(&se->status)) { in stackenv_uninit()
H A Dupb.c2264 bool upb_ok(const upb_status *status) { return status->ok; } in upb_ok() function
4200 if (upb_ok(ctx->status)) { in symtab_resolve()
H A Dupb.h241 bool upb_ok(const upb_status *status);
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c651 if (!upb_ok(&status)) { in PHP_METHOD()
H A Ddef.c43 if (!upb_ok(status)) { in CheckUpbStatus()
H A Dphp-upb.h254 bool upb_ok(const upb_status *status);
H A Dphp-upb.c2280 bool upb_ok(const upb_status *status) { return status->ok; } in upb_ok() function
4663 if (upb_ok(ctx->status)) { in symtab_resolve()

Completed in 69 milliseconds