Searched refs:upb_bytessink_start (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | sink.c | 9 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf()
|
D | sink.h | 408 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/ |
D | printer.c | 389 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/ |
D | textprinter.c | 131 upb_bytessink_start(p->output_, 0, &p->subc); in textprinter_startmsg()
|
D | encoder.c | 357 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5982 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()
|
D | upb.h | 5604 UPB_INLINE bool upb_bytessink_start(upb_bytessink s, size_t size_hint, 5674 return upb_bytessink_start(sink_, size_hint, subc);
|