Searched defs:handler_data (Results 1 – 10 of 10) sorted by relevance
| /third_party/grpc/third_party/upb/upb/json/ |
| D | printer.c | 236 static bool putkey(void *closure, const void *handler_data) { in putkey() 309 static bool scalar_enum(void *closure, const void *handler_data, in scalar_enum() 342 static bool repeated_enum(void *closure, const void *handler_data, in repeated_enum() 353 static bool mapvalue_enum(void *closure, const void *handler_data, in mapvalue_enum() 363 static void *scalar_startsubmsg(void *closure, const void *handler_data) { in scalar_startsubmsg() 367 static void *repeated_startsubmsg(void *closure, const void *handler_data) { in repeated_startsubmsg() 385 static bool printer_startmsg(void *closure, const void *handler_data) { in printer_startmsg() 395 static bool printer_endmsg(void *closure, const void *handler_data, upb_status *s) { in printer_endmsg() 406 static void *startseq(void *closure, const void *handler_data) { in startseq() 415 static bool endseq(void *closure, const void *handler_data) { in endseq() [all …]
|
| /third_party/grpc/third_party/upb/upb/pb/ |
| D | textprinter.c | 159 static bool textprinter_putbool(void *closure, const void *handler_data, in textprinter_putbool() 201 static void *textprinter_startstr(void *closure, const void *handler_data, in textprinter_startstr() 211 static bool textprinter_endstr(void *closure, const void *handler_data) { in textprinter_endstr() 230 static void *textprinter_startsubmsg(void *closure, const void *handler_data) { in textprinter_startsubmsg() 241 static bool textprinter_endsubmsg(void *closure, const void *handler_data) { in textprinter_endsubmsg()
|
| D | decoder.c | 898 bool upb_pbdecoder_end(void *closure, const void *handler_data) { in upb_pbdecoder_end()
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.c | 5673 const void **handler_data) { in upb_handlers_gethandler() 7828 bool upb_pbdecoder_end(void *closure, const void *handler_data) { in upb_pbdecoder_end() 8706 static bool textprinter_putbool(void *closure, const void *handler_data, in textprinter_putbool() 8748 static void *textprinter_startstr(void *closure, const void *handler_data, in textprinter_startstr() 8758 static bool textprinter_endstr(void *closure, const void *handler_data) { in textprinter_endstr() 8777 static void *textprinter_startsubmsg(void *closure, const void *handler_data) { in textprinter_startsubmsg() 8788 static bool textprinter_endsubmsg(void *closure, const void *handler_data) { in textprinter_endsubmsg() 12627 static bool putkey(void *closure, const void *handler_data) { in putkey() 12700 static bool scalar_enum(void *closure, const void *handler_data, in scalar_enum() 12733 static bool repeated_enum(void *closure, const void *handler_data, in repeated_enum() [all …]
|
| D | upb.h | 3647 const void *handler_data; member
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | server_callback_handlers.h | 81 ::grpc::Status* status, void** handler_data) final { in Deserialize()
|
| /third_party/grpc/third_party/upb/upb/ |
| D | handlers.c | 245 const void **handler_data) { in upb_handlers_gethandler()
|
| D | handlers.h | 100 const void *handler_data; member
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| D | runtests.c | 3540 static void *handler_data = NULL; variable
|
| /third_party/expat/tests/ |
| D | runtests.c | 3540 static void *handler_data = NULL; variable
|