Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/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()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4628 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()
Dupb.h6042 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/
Dupb.c6350 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()
Dupb.h6305 UPB_INLINE bool upb_bytessink_start(upb_bytessink *s, size_t size_hint,
6586 return upb_bytessink_start(this, size_hint, subc);