Home
last modified time | relevance | path

Searched refs:endmsg (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dsink.h108 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/
Dencoder.c362 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/
Dtest_decoder.cc333 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/
Dupb.h5304 func *endmsg;
5307 endmsg =
5310 if (!endmsg) return true;
5311 return endmsg(s.closure, hd, status);
Dupb.c8342 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function
8425 upb_handlers_setendmsg(h, endmsg, NULL); in T()