Home
last modified time | relevance | path

Searched refs:switchtobuf (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c7613 static void switchtobuf(upb_pbdecoder *d, const char *buf, const char *end) { in switchtobuf() function
7623 switchtobuf(d, buf, buf + len); in advancetobuf()
7657 switchtobuf(d, d->residual, d->residual_end); in skip()
7676 switchtobuf(d, buf, buf + size); in upb_pbdecoder_resume()
7719 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend()
7755 switchtobuf(d, d->residual, d->residual_end); in suspend_save()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8302 static void switchtobuf(upb_pbdecoder *d, const char *buf, const char *end) { in switchtobuf() function
8312 switchtobuf(d, buf, buf + len); in advancetobuf()
8346 switchtobuf(d, d->residual, d->residual_end); in skip()
8394 switchtobuf(d, buf, buf + size); in upb_pbdecoder_resume()
8431 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend()
8467 switchtobuf(d, d->residual, d->residual_end); in suspend_save()