Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c484 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { in decoder_push() function
508 if (!decoder_push(d, d->top->end_ofs)) in pushtagdelim()
803 CHECK_SUSPEND(decoder_push(d, offset(d) + len)); in run_decoder_vm()
/external/protobuf/php/ext/google/protobuf/
Dupb.c7216 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { in decoder_push() function
7240 if (!decoder_push(d, d->top->end_ofs)) in pushtagdelim()
7532 CHECK_SUSPEND(decoder_push(d, offset(d) + len)); in run_decoder_vm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10985 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { in decoder_push() function
11009 if (!decoder_push(d, d->top->end_ofs)) in pushtagdelim()
11301 CHECK_SUSPEND(decoder_push(d, offset(d) + len)); in run_decoder_vm()