Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c102 static void encode_longvarint(upb_encstate *e, uint64_t val) { in encode_longvarint() function
119 encode_longvarint(e, val); in encode_varint()