Searched refs:fastdecode_docopy (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.c | 717 static void fastdecode_docopy(upb_decstate *d, const char *ptr, uint32_t size, in fastdecode_docopy() function 762 fastdecode_docopy(d, ptr, size, 32, buf, dst); in fastdecode_copystring() 765 fastdecode_docopy(d, ptr, size, 64, buf, dst); in fastdecode_copystring() 768 fastdecode_docopy(d, ptr, size, 128, buf, dst); in fastdecode_copystring()
|