Searched refs:switchtobuf (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 7086 static void switchtobuf(upb_pbdecoder *d, const char *buf, const char *end) { in switchtobuf() function 7096 switchtobuf(d, buf, buf + len); in advancetobuf() 7130 switchtobuf(d, d->residual, d->residual_end); in skip() 7178 switchtobuf(d, buf, buf + size); in upb_pbdecoder_resume() 7215 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend() 7251 switchtobuf(d, d->residual, d->residual_end); in suspend_save()
|
Completed in 22 milliseconds