Home | History | Annotate | Download | only in protobuf

Lines Matching refs:putbuf

8630 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) {
8685 putbuf(e, e->buf, e->ptr - e->buf);
8773 putbuf(e, buf, lenbytes);
8774 putbuf(e, ptr, s->seglen);