Searched refs:upb_byteshandler_setstring (Results 1 – 6 of 6) sorted by relevance
| /external/protobuf/php/ext/google/protobuf/ |
| D | message.c | 120 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
|
| D | upb.c | 2640 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function 7328 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers() 11185 upb_byteshandler_setstring(&p->input_handler_, parse, NULL); in upb_json_parser_create()
|
| D | upb.h | 3941 bool upb_byteshandler_setstring(upb_byteshandler *h,
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | encode_decode.c | 825 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
|
| D | upb.c | 2793 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function 8007 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers() 11988 upb_byteshandler_setstring(&ret->input_handler_, parse, ret); in upb_json_parsermethod_new()
|
| D | upb.h | 4637 bool upb_byteshandler_setstring(upb_byteshandler *h,
|