Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:putbuf

9341 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) {
9396 putbuf(e, e->buf, e->ptr - e->buf);
9484 putbuf(e, buf, lenbytes);
9485 putbuf(e, ptr, s->seglen);