Searched refs:UPB_HANDLER_STRING (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c872 upb_sink_putstring(&subsink, getsel(f, UPB_HANDLER_STRING), RSTRING_PTR(str),
H A Dupb.c357 TRY(UPB_HANDLER_STRING)
2281 if (type == UPB_HANDLER_STRING) {
2330 * UPB_HANDLER_STRING at the moment since this is not needed. Returns NULL is
2339 assert(type != UPB_HANDLER_STRING);
2349 if (type == UPB_HANDLER_STRING &&
2473 SETTER(string, upb_string_handlerfunc*, UPB_HANDLER_STRING)
2657 case UPB_HANDLER_STRING:
7722 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_STRING)) ||
7812 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING));
7828 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING));
[all...]
H A Dupb.h3920 UPB_HANDLER_STRING, enumerator in enum:__anon18892
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c303 TRY(UPB_HANDLER_STRING)
2134 if (type == UPB_HANDLER_STRING) {
2183 * UPB_HANDLER_STRING at the moment since this is not needed. Returns NULL is
2192 assert(type != UPB_HANDLER_STRING);
2202 if (type == UPB_HANDLER_STRING &&
2320 SETTER(string, upb_string_handlerfunc*, UPB_HANDLER_STRING)
2504 case UPB_HANDLER_STRING:
7048 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_STRING)) ||
7133 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING));
7149 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING));
[all...]
H A Dupb.h3224 UPB_HANDLER_STRING, enumerator in enum:__anon18834

Completed in 181 milliseconds