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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7566 static size_t curbufleft(const upb_pbdecoder *d) { function
7588 assert(curbufleft(d) >= len);
7621 assert(curbufleft(d) == 0);
7654 d->skip = bytes - curbufleft(d);
7748 save = curbufleft(d);
7763 assert(bytes <= curbufleft(d));
7773 const size_t avail = curbufleft(d);
7780 if (curbufleft(d) >= bytes) {
7796 if (curbufleft(d) >= bytes) {
7807 size_t ret = curbufleft(
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8177 * behavior, which would invalidate functions like curbufleft(). */
8255 static size_t curbufleft(const upb_pbdecoder *d) { function
8277 assert(curbufleft(d) >= len);
8310 assert(curbufleft(d) == 0);
8343 d->skip = bytes - curbufleft(d);
8368 * calculate a d->end or use our normal functions like curbufleft(). */
8460 save = curbufleft(d);
8475 assert(bytes <= curbufleft(d));
8485 const size_t avail = curbufleft(d);
8492 if (curbufleft(
[all...]

Completed in 328 milliseconds