Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h96 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/
Dencoder.c353 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/
Dtest_decoder.cc327 bool startmsg(int* depth) { in startmsg() function
406 h.SetStartMessageHandler(UpbMakeHandler(startmsg)); in callback()
/external/protobuf/php/ext/google/protobuf/
Dupb.h5731 func *startmsg;
5734 startmsg =
5737 if (!startmsg) return true;
5738 return startmsg(s.closure, hd);
Dupb.c8151 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/
Dupb.h6403 func *startmsg;
6406 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR);
6408 if (!startmsg) return true;
6410 return startmsg(s->closure, hd);
Dupb.c11922 static bool startmsg(void *c, const void *hd) { in startmsg() function
12012 upb_handlers_setstartmsg(h, startmsg, NULL); in T()