Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c48 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_isdonefallback()
68 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_dispatch()
385 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in fastdecode_unpackedvarint()
550 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in TAGBYTES()
786 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in fastdecode_copystring()
860 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in fastdecode_string()
864 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in fastdecode_string()
1004 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, ret.tag); in fastdecode_submsg()
Ddecode.int.h119 const char *fastdecode_tagdispatch(upb_decstate *d, const char *ptr, in fastdecode_tagdispatch() function
Ddecode.c535 *ptr = fastdecode_tagdispatch(d, *ptr, msg, table, 0, tag); in decode_tryfastdispatch()