Home
last modified time | relevance | path

Searched refs:upb_byteshandler_setstring (Results 1 – 7 of 7) 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/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);