Home
last modified time | relevance | path

Searched refs:endmsg (Results 1 – 3 of 3) 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()