Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c52 static const char *fastdecode_dispatch(upb_decstate *d, const char *ptr, in fastdecode_dispatch() function
391 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in fastdecode_unpackedvarint()
448 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in fastdecode_packedvarint()
556 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in TAGBYTES()
601 return fastdecode_dispatch(d, ptr + size, msg, table, hasbits); in fastdecode_packedfixed()
659 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in fastdecode_verifyutf8()
695 return fastdecode_dispatch(d, ptr + size, msg, table, hasbits); in fastdecode_longstring()
796 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in fastdecode_copystring()
874 return fastdecode_dispatch(d, ptr, msg, table, hasbits); in fastdecode_string()
943 ptr = fastdecode_dispatch(d, ptr, submsg->msg, submsg->table, 0); in fastdecode_tosubmsg()
[all …]