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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7919 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { function
7943 if (!decoder_push(d, d->top->end_ofs))
8234 CHECK_SUSPEND(decoder_push(d, offset(d) + len));
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8630 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { function
8654 if (!decoder_push(d, d->top->end_ofs))
8945 CHECK_SUSPEND(decoder_push(d, offset(d) + len));

Completed in 482 milliseconds