Searched refs:fastdecode_getfield (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.c | 253 static void *fastdecode_getfield(upb_decstate *d, const char *ptr, upb_msg *msg, in fastdecode_getfield() function 359 fastdecode_getfield(d, ptr, msg, &data, &hasbits, &farr, valbytes, card); in fastdecode_unpackedvarint() 435 ctx.dst = fastdecode_getfield(d, ptr, msg, &data, &hasbits, &ctx.farr, in fastdecode_packedvarint() 525 fastdecode_getfield(d, ptr, msg, &data, &hasbits, &farr, valbytes, card); in TAGBYTES() 739 dst = fastdecode_getfield(d, ptr, msg, &data, &hasbits, &farr, in fastdecode_copystring() 823 dst = fastdecode_getfield(d, ptr, msg, &data, &hasbits, &farr, in fastdecode_string() 969 dst = fastdecode_getfield(d, ptr, msg, &data, &hasbits, &farr, in fastdecode_submsg()
|