Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c205 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() function
231 if (fastdecode_tagmatch(ret.tag, data, tagbytes)) { in fastdecode_nextrepeated()