Searched refs:in_residual_buf (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7539 static bool in_residual_buf(const upb_pbdecoder *d, const char *p); 7596 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf() function 7641 assert(!in_residual_buf(d, d->ptr) || d->size_param == 0); in skip() 7713 assert(!in_residual_buf(d, d->checkpoint)); in upb_pbdecoder_suspend() 7737 if (!in_residual_buf(d, d->ptr)) { in suspend_save() 7745 assert(!in_residual_buf(d, d->checkpoint)); in suspend_save() 7777 if (in_residual_buf(d, d->ptr)) { in getbytes_slow() 7809 if (in_residual_buf(d, d->ptr)) { in peekbytes_slow()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8228 static bool in_residual_buf(const upb_pbdecoder *d, const char *p); 8285 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf() function 8330 assert(!in_residual_buf(d, d->ptr) || d->size_param == 0); in skip() 8426 assert(!in_residual_buf(d, d->checkpoint)); in upb_pbdecoder_suspend() 8449 if (!in_residual_buf(d, d->ptr)) { in suspend_save() 8457 assert(!in_residual_buf(d, d->checkpoint)); in suspend_save() 8489 if (in_residual_buf(d, d->ptr)) { in getbytes_slow() 8521 if (in_residual_buf(d, d->ptr)) { in peekbytes_slow()
|