Searched defs:handler_data (Results 1 – 3 of 3) sorted by relevance
| /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/skia/third_party/externals/expat/expat/tests/ |
| D | runtests.c | 3540 static void *handler_data = NULL; variable
|