Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7014 static bool in_residual_buf(const upb_pbdecoder *d, const char *p);
7069 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf() function
7114 UPB_ASSERT(!in_residual_buf(d, d->ptr) || d->size_param == 0); in skip()
7210 UPB_ASSERT(!in_residual_buf(d, d->checkpoint)); in upb_pbdecoder_suspend()
7233 if (!in_residual_buf(d, d->ptr)) { in suspend_save()
7241 UPB_ASSERT(!in_residual_buf(d, d->checkpoint)); in suspend_save()
7273 if (in_residual_buf(d, d->ptr)) { in getbytes_slow()
7305 if (in_residual_buf(d, d->ptr)) { in peekbytes_slow()

Completed in 20 milliseconds