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