Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h141 UPB_INLINE size_t upb_varint_size(uint64_t val) { in upb_varint_size() function
Dencoder.c284 top(e)->msglen += msglen + upb_varint_size(msglen); in end_delim()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6867 UPB_INLINE size_t upb_varint_size(uint64_t val) {
Dupb.c8082 top(e)->msglen += msglen + upb_varint_size(msglen); in end_delim()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h10167 UPB_INLINE size_t upb_varint_size(uint64_t val) {
Dupb.c11852 top(e)->msglen += msglen + upb_varint_size(msglen); in end_delim()