Searched refs:trygetsel (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2073 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() function 2095 int32_t sel = trygetsel(h, f, type); in handlers_getsel() 2308 int32_t sel = trygetsel(h, f, handlertype); \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2220 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() function 2242 int32_t sel = trygetsel(h, f, type); in handlers_getsel() 2461 int32_t sel = trygetsel(h, f, handlertype); \
|