Home
last modified time | relevance | path

Searched refs:upb_bytessink_start (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dsink.c9 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf()
Dsink.h408 UPB_INLINE bool upb_bytessink_start(upb_bytessink s, size_t size_hint, in upb_bytessink_start() function
478 return upb_bytessink_start(sink_, size_hint, subc); in Start()
/third_party/grpc/third_party/upb/upb/json/
Dprinter.c389 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg()
843 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startdurationmsg()
912 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_starttimestampmsg()
987 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_noframe()
1008 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_fieldmask()
/third_party/grpc/third_party/upb/upb/pb/
Dtextprinter.c131 upb_bytessink_start(p->output_, 0, &p->subc); in textprinter_startmsg()
Dencoder.c357 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5982 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf()
8337 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg()
8678 upb_bytessink_start(p->output_, 0, &p->subc); in textprinter_startmsg()
12780 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg()
13234 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startdurationmsg()
13303 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_starttimestampmsg()
13378 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_noframe()
13399 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_fieldmask()
Dupb.h5604 UPB_INLINE bool upb_bytessink_start(upb_bytessink s, size_t size_hint,
5674 return upb_bytessink_start(sink_, size_hint, subc);