Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.c14 ret = upb_bytessink_end(sink); in upb_bufsrc_putbuf()
Dsink.h436 UPB_INLINE bool upb_bytessink_end(upb_bytessink s) { in upb_bytessink_end() function
487 return upb_bytessink_end(sink_); in End()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.c401 upb_bytessink_end(p->output_); in printer_endmsg()
901 upb_bytessink_end(p->output_); in printer_enddurationmsg()
975 upb_bytessink_end(p->output_); in printer_endtimestampmsg()
998 upb_bytessink_end(p->output_); in printer_endmsg_noframe()
1021 upb_bytessink_end(p->output_); in printer_endmsg_fieldmask()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c141 upb_bytessink_end(p->output_); in textprinter_endmsg()
Dencoder.c367 upb_bytessink_end(e->output_); in endmsg()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4633 ret = upb_bytessink_end(sink); in upb_bufsrc_putbuf()
8165 upb_bytessink_end(e->output_); in endmsg()
8505 upb_bytessink_end(p->output_); in textprinter_endmsg()
12627 upb_bytessink_end(p->output_); in printer_endmsg()
13127 upb_bytessink_end(p->output_); in printer_enddurationmsg()
13201 upb_bytessink_end(p->output_); in printer_endtimestampmsg()
13224 upb_bytessink_end(p->output_); in printer_endmsg_noframe()
13247 upb_bytessink_end(p->output_); in printer_endmsg_fieldmask()
Dupb.h6070 UPB_INLINE bool upb_bytessink_end(upb_bytessink s) {
6121 return upb_bytessink_end(sink_);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6355 ret = upb_bytessink_end(sink); in upb_bufsrc_putbuf()
11936 upb_bytessink_end(e->output_); in endmsg()
12330 upb_bytessink_end(p->output_); in textprinter_endmsg()
16485 upb_bytessink_end(p->output_); in printer_endmsg()
16988 upb_bytessink_end(p->output_); in printer_enddurationmsg()
17062 upb_bytessink_end(p->output_); in printer_endtimestampmsg()
17085 upb_bytessink_end(p->output_); in printer_endmsg_noframe()
17108 upb_bytessink_end(p->output_); in printer_endmsg_fieldmask()
Dupb.h6334 UPB_INLINE bool upb_bytessink_end(upb_bytessink *s) {
6593 return upb_bytessink_end(this);