Searched refs:UPB_ENDMSG_SELECTOR (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3268 #define UPB_ENDMSG_SELECTOR 1 macro
5705 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
5708 hd = upb_handlers_gethandlerdata(s->handlers, UPB_ENDMSG_SELECTOR);
H A Dupb.c288 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v);
2338 return doset(h, UPB_ENDMSG_SELECTOR, NULL, UPB_HANDLER_INT32,
7268 putsel(c, OP_ENDMSG, UPB_ENDMSG_SELECTOR, h);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3964 #define UPB_ENDMSG_SELECTOR 1 macro
6140 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
6143 hd = upb_handlers_gethandlerdata(s->handlers, UPB_ENDMSG_SELECTOR);
H A Dupb.c342 upb_inttable_insert(&t, UPB_ENDMSG_SELECTOR, v);
2491 return doset(h, UPB_ENDMSG_SELECTOR, NULL, UPB_HANDLER_INT32,
7947 putsel(c, OP_ENDMSG, UPB_ENDMSG_SELECTOR, h);

Completed in 204 milliseconds