Home
last modified time | relevance | path

Searched refs:SUBH (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c2068 #define SUBH(h, selector) (h->sub[selector]) macro
2071 #define SUBH_F(h, f) SUBH(h, f->index_)
2373 return SUBH(h, sel - UPB_STATIC_SELECTOR_COUNT); in upb_handlers_getsubhandlers_sel()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2215 #define SUBH(h, selector) (h->sub[selector]) macro
2218 #define SUBH_F(h, f) SUBH(h, f->index_)
2526 return SUBH(h, sel - UPB_STATIC_SELECTOR_COUNT); in upb_handlers_getsubhandlers_sel()