/external/protobuf/ruby/ext/google/protobuf_c/ |
encode_decode.c | 852 static upb_selector_t getsel(const upb_fielddef *f, upb_handlertype_t type) { function 870 upb_sink_startstr(sink, getsel(f, UPB_HANDLER_STARTSTR), RSTRING_LEN(str), 872 upb_sink_putstring(&subsink, getsel(f, UPB_HANDLER_STRING), RSTRING_PTR(str), 874 upb_sink_endstr(sink, getsel(f, UPB_HANDLER_ENDSTR)); 888 upb_sink_startsubmsg(sink, getsel(f, UPB_HANDLER_STARTSUBMSG), &subsink); 890 upb_sink_endsubmsg(sink, getsel(f, UPB_HANDLER_ENDSUBMSG)); 902 upb_sink_startseq(sink, getsel(f, UPB_HANDLER_STARTSEQ), &subsink); [all...] |
upb.c | 7639 static upb_selector_t getsel(const upb_fielddef *f, upb_handlertype_t type) { function [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 6965 static upb_selector_t getsel(const upb_fielddef *f, upb_handlertype_t type) { function [all...] |