Searched defs:handler_data (Results 1 – 2 of 2) sorted by relevance
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
| D | upb.c | 8340 bool upb_pbdecoder_end(void *closure, const void *handler_data) { in upb_pbdecoder_end() 9309 static bool textprinter_putbool(void *closure, const void *handler_data, in textprinter_putbool() 9351 static void *textprinter_startstr(void *closure, const void *handler_data, in textprinter_startstr() 9361 static bool textprinter_endstr(void *closure, const void *handler_data) { in textprinter_endstr() 9380 static void *textprinter_startsubmsg(void *closure, const void *handler_data) { in textprinter_startsubmsg() 9391 static bool textprinter_endsubmsg(void *closure, const void *handler_data) { in textprinter_endsubmsg() 11372 static bool putkey(void *closure, const void *handler_data) { in putkey() 11442 static bool scalar_enum(void *closure, const void *handler_data, in scalar_enum() 11475 static bool repeated_enum(void *closure, const void *handler_data, in repeated_enum() 11486 static bool mapvalue_enum(void *closure, const void *handler_data, in mapvalue_enum() [all …]
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
| D | upb.c | 9051 bool upb_pbdecoder_end(void *closure, const void *handler_data) { in upb_pbdecoder_end() 9983 static bool textprinter_putbool(void *closure, const void *handler_data, in textprinter_putbool() 10025 static void *textprinter_startstr(void *closure, const void *handler_data, in textprinter_startstr() 10035 static bool textprinter_endstr(void *closure, const void *handler_data) { in textprinter_endstr() 10054 static void *textprinter_startsubmsg(void *closure, const void *handler_data) { in textprinter_startsubmsg() 10065 static bool textprinter_endsubmsg(void *closure, const void *handler_data) { in textprinter_endsubmsg() 12189 static bool putkey(void *closure, const void *handler_data) { in putkey() 12259 static bool scalar_enum(void *closure, const void *handler_data, in scalar_enum() 12292 static bool repeated_enum(void *closure, const void *handler_data, in repeated_enum() 12303 static bool mapvalue_enum(void *closure, const void *handler_data, in mapvalue_enum() [all …]
|