Home
last modified time | relevance | path

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

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