Searched refs:upb_bytessink_start (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/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()
|
/external/rust/crates/grpcio-sys/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()
|
/external/rust/crates/grpcio-sys/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()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4628 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf() 8155 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg() 8495 upb_bytessink_start(p->output_, 0, &p->subc); in textprinter_startmsg() 12615 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg() 13069 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startdurationmsg() 13138 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_starttimestampmsg() 13213 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_noframe() 13234 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_fieldmask()
|
D | upb.h | 6042 UPB_INLINE bool upb_bytessink_start(upb_bytessink s, size_t size_hint, 6112 return upb_bytessink_start(sink_, size_hint, subc);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6350 ret = upb_bytessink_start(sink, len, &subc); in upb_bufsrc_putbuf() 11926 upb_bytessink_start(e->output_, 0, &e->subc); in startmsg() 12320 upb_bytessink_start(p->output_, 0, &p->subc); in textprinter_startmsg() 16473 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg() 16930 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startdurationmsg() 16999 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_starttimestampmsg() 17074 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_noframe() 17095 upb_bytessink_start(p->output_, 0, &p->subc_); in printer_startmsg_fieldmask()
|
D | upb.h | 6305 UPB_INLINE bool upb_bytessink_start(upb_bytessink *s, size_t size_hint, 6586 return upb_bytessink_start(this, size_hint, subc);
|