Home
last modified time | relevance | path

Searched refs:residual_end (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c140 return in_buf(p, d->residual, d->residual_end); in in_residual_buf()
199 d->residual_end = d->residual; in skip()
200 switchtobuf(d, d->residual, d->residual_end); in skip()
213 UPB_ASSERT(!(d->skip && d->residual_end > d->residual)); in upb_pbdecoder_resume()
244 if (d->residual_end > d->residual) { in upb_pbdecoder_resume()
284 d->residual_end = d->residual; in upb_pbdecoder_suspend()
285 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend()
301 UPB_ASSERT((d->residual_end - d->residual) + d->size_param <= in suspend_save()
304 d->bufstart_ofs -= (d->residual_end - d->residual); in suspend_save()
306 memcpy(d->residual_end, d->buf_param, d->size_param); in suspend_save()
[all …]
Ddecoder.int.h190 char *residual_end; member
/external/protobuf/php/ext/google/protobuf/
Dupb.c6872 return in_buf(p, d->residual, d->residual_end); in in_residual_buf()
6931 d->residual_end = d->residual; in skip()
6932 switchtobuf(d, d->residual, d->residual_end); in skip()
6945 UPB_ASSERT(!(d->skip && d->residual_end > d->residual)); in upb_pbdecoder_resume()
6976 if (d->residual_end > d->residual) { in upb_pbdecoder_resume()
7016 d->residual_end = d->residual; in upb_pbdecoder_suspend()
7017 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend()
7033 UPB_ASSERT((d->residual_end - d->residual) + d->size_param <= in suspend_save()
7036 d->bufstart_ofs -= (d->residual_end - d->residual); in suspend_save()
7038 memcpy(d->residual_end, d->buf_param, d->size_param); in suspend_save()
[all …]
Dupb.h6626 char *residual_end;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10641 return in_buf(p, d->residual, d->residual_end); in in_residual_buf()
10700 d->residual_end = d->residual; in skip()
10701 switchtobuf(d, d->residual, d->residual_end); in skip()
10714 UPB_ASSERT(!(d->skip && d->residual_end > d->residual)); in upb_pbdecoder_resume()
10745 if (d->residual_end > d->residual) { in upb_pbdecoder_resume()
10785 d->residual_end = d->residual; in upb_pbdecoder_suspend()
10786 switchtobuf(d, d->residual, d->residual_end); in upb_pbdecoder_suspend()
10802 UPB_ASSERT((d->residual_end - d->residual) + d->size_param <= in suspend_save()
10805 d->bufstart_ofs -= (d->residual_end - d->residual); in suspend_save()
10807 memcpy(d->residual_end, d->buf_param, d->size_param); in suspend_save()
[all …]
Dupb.h9935 char *residual_end;