Searched refs:upb_byteshandler_setstring (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_encoder.cc | 19 upb_byteshandler_setstring(handler, &FillStringHandler::StringBuf, NULL); in SetHandler()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/ |
D | test_json.cc | 161 upb_byteshandler_setstring(&byteshandler_, &str_handler, NULL); in StringSink()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 683 bool upb_byteshandler_setstring(upb_byteshandler *h,
|
D | handlers.c | 438 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 817 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 148 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in upb_stringsink_init() 3306 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 84 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
|
D | upb.c | 4598 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function 6405 upb_byteshandler_setstring(&sink->handler, upb_bufsink_string, NULL); in upb_bufsink_new() 10362 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers() 12748 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in upb_stringsink_init() 16076 upb_byteshandler_setstring(&ret->input_handler_, parse, ret); in upb_json_parsermethod_new()
|
D | upb.h | 4882 bool upb_byteshandler_setstring(upb_byteshandler *h,
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 71 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
|
D | upb.c | 3734 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function 6614 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers() 8921 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in upb_stringsink_init() 12088 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
|
D | upb.h | 4671 bool upb_byteshandler_setstring(upb_byteshandler *h,
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 146 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); 2869 upb_byteshandler_setstring(&m->input_handler_, parse, m);
|