Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/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()
/external/protobuf/php/ext/google/protobuf/
Dupb.h5743 func *endmsg;
5746 endmsg =
5749 if (!endmsg) return true;
5750 return endmsg(s.closure, hd, status);
Dupb.c8160 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function
8243 upb_handlers_setendmsg(h, endmsg, NULL); in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6415 func *endmsg;
6418 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
6420 if (!endmsg) return true;
6422 return endmsg(s->closure, hd, status);
Dupb.c11931 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function
12013 upb_handlers_setendmsg(h, endmsg, NULL); in T()