Home
last modified time | relevance | path

Searched refs:upb_byteshandler_setstring (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc19 upb_byteshandler_setstring(handler, &FillStringHandler::StringBuf, NULL); in SetHandler()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc161 upb_byteshandler_setstring(&byteshandler_, &str_handler, NULL); in StringSink()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h683 bool upb_byteshandler_setstring(upb_byteshandler *h,
Dhandlers.c438 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c817 upb_byteshandler_setstring(h, upb_pbdecoder_decode, g); in set_bytecode_handlers()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c148 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/
Dencode_decode.c84 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
Dupb.c4598 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()
Dupb.h4882 bool upb_byteshandler_setstring(upb_byteshandler *h,
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c71 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL); in stringsink_init()
Dupb.c3734 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()
Dupb.h4671 bool upb_byteshandler_setstring(upb_byteshandler *h,
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl146 upb_byteshandler_setstring(&sink->handler, stringsink_string, NULL);
2869 upb_byteshandler_setstring(&m->input_handler_, parse, m);