Searched refs:enum_onname (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6094 static size_t enum_onname(void *closure, const void *hd, const char *buf, in enum_onname() function 6402 upb_handlers_setstring(h, D(EnumDescriptorProto_name), &enum_onname, NULL); in reghandlers()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6705 static size_t enum_onname(void *closure, const void *hd, const char *buf, in enum_onname() function 7059 upb_handlers_setstring(h, F(EnumDescriptorProto, name), &enum_onname, NULL); in reghandlers()
|