Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c185 } oneof_handlerdata_t; typedef
193 oneof_handlerdata_t* hd = in newoneofhandlerdata()
194 (oneof_handlerdata_t*)malloc(sizeof(oneof_handlerdata_t)); in newoneofhandlerdata()
669 const oneof_handlerdata_t* oneofdata = hd; \
688 const oneof_handlerdata_t* oneofdata) { in DEFINE_ONEOF_HANDLER()
730 const oneof_handlerdata_t *oneofdata = hd; in oneofbytes_handler()
745 const oneof_handlerdata_t *oneofdata = hd; in oneofstr_end_handler()
779 const oneof_handlerdata_t *oneofdata = hd; in oneofsubmsg_handler()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c141 } oneof_handlerdata_t; typedef
147 oneof_handlerdata_t *hd = ALLOC(oneof_handlerdata_t); in newoneofhandlerdata()
437 const oneof_handlerdata_t *oneofdata = hd; \
459 const oneof_handlerdata_t *oneofdata = hd; in DEFINE_ONEOF_HANDLER()
472 const oneof_handlerdata_t *oneofdata = hd; in oneofbytes_handler()
491 const oneof_handlerdata_t *oneofdata = hd; in oneofsubmsg_handler()