Searched refs:SUBH (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 36 #define SUBH(h, selector) (h->sub[selector]) macro 39 #define SUBH_F(h, f) SUBH(h, upb_fielddef_index(f)) 264 return SUBH(h, sel - UPB_STATIC_SELECTOR_COUNT); in upb_handlers_getsubhandlers_sel()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 3291 #define SUBH(h, selector) (h->sub[selector]) macro 3294 #define SUBH_F(h, f) SUBH(h, upb_fielddef_index(f)) 3540 return SUBH(h, sel - UPB_STATIC_SELECTOR_COUNT); in upb_handlers_getsubhandlers_sel()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4014 #define SUBH(h, selector) (h->sub[selector]) macro 4017 #define SUBH_F(h, f) SUBH(h, f->index_) 4331 return SUBH(h, sel - UPB_STATIC_SELECTOR_COUNT); in upb_handlers_getsubhandlers_sel()
|