Searched refs:startmsg (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | sink.h | 96 func *startmsg; in upb_sink_startmsg() local 99 startmsg = in upb_sink_startmsg() 102 if (!startmsg) return true; in upb_sink_startmsg() 103 return startmsg(s.closure, hd); in upb_sink_startmsg()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | encoder.c | 353 static bool startmsg(void *c, const void *hd) { in startmsg() function 444 upb_handlers_setstartmsg(h, startmsg, NULL); in T()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 327 bool startmsg(int* depth) { in startmsg() function 406 h.SetStartMessageHandler(UpbMakeHandler(startmsg)); in callback()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5731 func *startmsg; 5734 startmsg = 5737 if (!startmsg) return true; 5738 return startmsg(s.closure, hd);
|
D | upb.c | 8151 static bool startmsg(void *c, const void *hd) { in startmsg() function 8242 upb_handlers_setstartmsg(h, startmsg, NULL); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6403 func *startmsg; 6406 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR); 6408 if (!startmsg) return true; 6410 return startmsg(s->closure, hd);
|
D | upb.c | 11922 static bool startmsg(void *c, const void *hd) { in startmsg() function 12012 upb_handlers_setstartmsg(h, startmsg, NULL); in T()
|