Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/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()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5987 ret = upb_bytessink_end(sink); in upb_bufsrc_putbuf()
8347 upb_bytessink_end(e->output_); in endmsg()
8688 upb_bytessink_end(p->output_); in textprinter_endmsg()
12792 upb_bytessink_end(p->output_); in printer_endmsg()
13292 upb_bytessink_end(p->output_); in printer_enddurationmsg()
13366 upb_bytessink_end(p->output_); in printer_endtimestampmsg()
13389 upb_bytessink_end(p->output_); in printer_endmsg_noframe()
13412 upb_bytessink_end(p->output_); in printer_endmsg_fieldmask()
Dupb.h5632 UPB_INLINE bool upb_bytessink_end(upb_bytessink s) {
5683 return upb_bytessink_end(sink_);