Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c529 static bool decode_tryfastdispatch(upb_decstate *d, const char **ptr, in decode_tryfastdispatch() function
643 if (decode_tryfastdispatch(d, &ptr, msg, layout)) return ptr; in decode_msg()
687 if (!decode_tryfastdispatch(&state, &buf, msg, l)) { in _upb_decode()