Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c207 static const char *decode_varint64(upb_decstate *d, const char *ptr, in decode_varint64() function
420 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_toarray()
563 ptr = decode_varint64(d, ptr, &val.uint64_val); in decode_msg()
585 ptr = decode_varint64(d, ptr, &size); in decode_msg()