Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c72 static bool fastdecode_checktag(uint64_t data, int tagbytes) { in fastdecode_checktag() function
297 return fastdecode_checktag(*data, tagbytes); in fastdecode_flippacked()
351 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in fastdecode_unpackedvarint()
427 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in fastdecode_packedvarint()
517 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in TAGBYTES()
563 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in fastdecode_packedfixed()
737 UPB_ASSERT(fastdecode_checktag(data, tagbytes)); in fastdecode_copystring()
815 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in fastdecode_string()
952 if (UPB_UNLIKELY(!fastdecode_checktag(data, tagbytes))) { in fastdecode_submsg()