Searched refs:enumval_onname (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6031 static size_t enumval_onname(void *closure, const void *hd, const char *buf, in enumval_onname() function 6396 upb_handlers_setstring(h, D(EnumValueDescriptorProto_name), &enumval_onname, NULL); in reghandlers()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6650 static size_t enumval_onname(void *closure, const void *hd, const char *buf, in enumval_onname() function 7054 upb_handlers_setstring(h, F(EnumValueDescriptorProto, name), &enumval_onname, NULL); in reghandlers()
|