Searched refs:end_ofs (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7583 return d->top->end_ofs - offset(d);
7603 size_t delim_ofs = d->top->end_ofs - d->bufstart_ofs;
7922 if (end > fr->end_ofs) {
7931 fr->end_ofs = end;
7943 if (!decoder_push(d, d->top->end_ofs))
8140 (int)((d->top->end_ofs - d->bufstart_ofs) - (d->ptr - d->buf)),
8320 d->top->end_ofs = UINT64_MAX;
8333 d->top->end_ofs = UINT64_MAX;
8356 if (d->top->end_ofs != UINT64_MAX) {
8363 d->top->end_ofs
[all...]
H A Dupb.h7465 * to guarantee is that the fallback routines can find end_ofs. */
7476 uint64_t end_ofs; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon18843
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8272 return d->top->end_ofs - offset(d);
8292 size_t delim_ofs = d->top->end_ofs - d->bufstart_ofs;
8633 if (end > fr->end_ofs) {
8642 fr->end_ofs = end;
8654 if (!decoder_push(d, d->top->end_ofs))
8851 (int)((d->top->end_ofs - d->bufstart_ofs) - (d->ptr - d->buf)),
9031 d->top->end_ofs = UINT64_MAX;
9044 d->top->end_ofs = UINT64_MAX;
9067 if (d->top->end_ofs != UINT64_MAX) {
9074 d->top->end_ofs
[all...]
H A Dupb.h7768 * to guarantee is that the fallback routines can find end_ofs. */
7779 uint64_t end_ofs; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon18902

Completed in 238 milliseconds