Home
last modified time | relevance | path

Searched refs:UPB_PB_VARINT_MAX_LEN (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c800 #define UPB_PB_VARINT_MAX_LEN 10 macro
880 CHK(upb_encode_reserve(e, UPB_PB_VARINT_MAX_LEN)); in upb_put_varint()
882 start = e->ptr + UPB_PB_VARINT_MAX_LEN - len; in upb_put_varint()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h6253 #define UPB_PB_VARINT_MAX_LEN 10 macro
6353 /* Encodes a 64-bit varint into buf (which must be >=UPB_PB_VARINT_MAX_LEN
6371 char buf[UPB_PB_VARINT_MAX_LEN]; in upb_varint_size()
6377 char buf[UPB_PB_VARINT_MAX_LEN]; in upb_vencode32()
H A Dupb.c743 #define UPB_PB_VARINT_MAX_LEN 10 macro
823 CHK(upb_encode_reserve(e, UPB_PB_VARINT_MAX_LEN)); in upb_put_varint()
825 start = e->ptr + UPB_PB_VARINT_MAX_LEN - len; in upb_put_varint()
8248 char buf[UPB_PB_VARINT_MAX_LEN]; in end_delim()
8310 if (!reserve(e, UPB_PB_VARINT_MAX_LEN)) { in encode_varint()

Completed in 47 milliseconds