Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.int.h132 UPB_INLINE uint32_t fastdecode_loadtag(const char* ptr) { in fastdecode_loadtag() function
Ddecode_fast.c47 uint16_t tag = fastdecode_loadtag(ptr); in fastdecode_isdonefallback()
67 uint16_t tag = fastdecode_loadtag(ptr); in fastdecode_dispatch()
230 ret.tag = fastdecode_loadtag(*ptr); in fastdecode_nextrepeated()
286 *data = fastdecode_loadtag(ptr); in fastdecode_getfield()
Ddecode.c533 uint16_t tag = fastdecode_loadtag(*ptr); in decode_tryfastdispatch()