Searched refs:endmsg (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | sink.h | 108 func *endmsg; in upb_sink_endmsg() local 111 endmsg = in upb_sink_endmsg() 114 if (!endmsg) return true; in upb_sink_endmsg() 115 return endmsg(s.closure, hd, status); in upb_sink_endmsg()
|
/third_party/grpc/third_party/upb/upb/pb/ |
D | encoder.c | 362 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function 445 upb_handlers_setendmsg(h, endmsg, NULL); in T()
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 333 bool endmsg(int* depth, upb_status* status) { in endmsg() function 407 h.SetEndMessageHandler(UpbMakeHandler(endmsg)); in callback()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 5304 func *endmsg; 5307 endmsg = 5310 if (!endmsg) return true; 5311 return endmsg(s.closure, hd, status);
|
D | upb.c | 8342 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function 8425 upb_handlers_setendmsg(h, endmsg, NULL); in T()
|