Searched refs:field_ontype (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6235 static bool field_ontype(void *closure, const void *hd, int32_t val) { in field_ontype() function 6406 upb_handlers_setint32(h, D(FieldDescriptorProto_type), &field_ontype, in reghandlers()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6847 static bool field_ontype(void *closure, const void *hd, int32_t val) { in field_ontype() function 7063 upb_handlers_setint32(h, F(FieldDescriptorProto, type), &field_ontype, in reghandlers()
|