Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c190 static decode_vret decode_longvarint64(const char *ptr, uint64_t val) { in decode_longvarint64() function
214 decode_vret res = decode_longvarint64(ptr, byte); in decode_varint64()
230 decode_vret res = decode_longvarint64(ptr, byte); in decode_tag()