Searched refs:enumval_onnumber (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6043 static bool enumval_onnumber(void *closure, const void *hd, int32_t val) { in enumval_onnumber() function 6397 upb_handlers_setint32(h, D(EnumValueDescriptorProto_number), &enumval_onnumber, in reghandlers()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6662 static bool enumval_onnumber(void *closure, const void *hd, int32_t val) { in enumval_onnumber() function 7055 upb_handlers_setint32(h, F(EnumValueDescriptorProto, number), &enumval_onnumber, in reghandlers()
|