HomeSort by relevance Sort by last modified time
    Searched refs:upb_ok (Results 1 - 6 of 6) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.c 59 if (!upb_ok(status)) {
upb.c 420 assert(!(s && upb_ok(s)));
5196 bool upb_ok(const upb_status *status) { return status->ok_; } function
    [all...]
upb.h 387 bool upb_ok(const upb_status *status);
409 bool ok() const { return upb_ok(this); }
    [all...]
  /external/protobuf/php/ext/google/protobuf/
def.c 8 if (!upb_ok(status)) {
upb.c 367 assert(!(s && ret != upb_ok(s)));
374 assert(!(s && upb_ok(s)));
4932 bool upb_ok(const upb_status *status) { return status->ok_; } function
    [all...]
upb.h 524 bool upb_ok(const upb_status *status);
545 inline bool Status::ok() const { return upb_ok(this); }
    [all...]

Completed in 306 milliseconds