Searched refs:trygetsel (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 41 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() function 56 int32_t sel = trygetsel(h, f, type); in handlers_getsel() 187 int32_t sel = trygetsel(h, f, handlertype); \
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 3296 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() function 3311 int32_t sel = trygetsel(h, f, type); in handlers_getsel() 3463 int32_t sel = trygetsel(h, f, handlertype); \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4019 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() function 4041 int32_t sel = trygetsel(h, f, type); in handlers_getsel() 4260 int32_t sel = trygetsel(h, f, handlertype); \
|