Searched refs:UPB_PB_VARINT_MAX_LEN (Results 1 – 8 of 8) sorted by relevance
23 #define UPB_PB_VARINT_MAX_LEN 10 macro142 char buf[UPB_PB_VARINT_MAX_LEN]; in upb_varint_size()148 char buf[UPB_PB_VARINT_MAX_LEN]; in upb_vencode32()
268 char buf[UPB_PB_VARINT_MAX_LEN]; in end_delim()330 if (!reserve(e, UPB_PB_VARINT_MAX_LEN)) { in doencode_varint()
14 #define UPB_PB_VARINT_MAX_LEN 10 macro106 encode_reserve(e, UPB_PB_VARINT_MAX_LEN); in encode_longvarint()108 start = e->ptr + UPB_PB_VARINT_MAX_LEN - len; in encode_longvarint()
138 #define UPB_PB_VARINT_MAX_LEN 10 macro202 char buf[UPB_PB_VARINT_MAX_LEN]; in varint()
2869 #define UPB_PB_VARINT_MAX_LEN 10 macro2969 CHK(upb_encode_reserve(e, UPB_PB_VARINT_MAX_LEN)); in upb_put_varint()2971 start = e->ptr + UPB_PB_VARINT_MAX_LEN - len; in upb_put_varint()8066 char buf[UPB_PB_VARINT_MAX_LEN]; in end_delim()8128 if (!reserve(e, UPB_PB_VARINT_MAX_LEN)) { in encode_varint()
6755 #define UPB_PB_VARINT_MAX_LEN 106868 char buf[UPB_PB_VARINT_MAX_LEN];6874 char buf[UPB_PB_VARINT_MAX_LEN];
3520 #define UPB_PB_VARINT_MAX_LEN 10 macro3620 CHK(upb_encode_reserve(e, UPB_PB_VARINT_MAX_LEN)); in upb_put_varint()3622 start = e->ptr + UPB_PB_VARINT_MAX_LEN - len; in upb_put_varint()11836 char buf[UPB_PB_VARINT_MAX_LEN]; in end_delim()11899 if (!reserve(e, UPB_PB_VARINT_MAX_LEN)) { in encode_varint()
10067 #define UPB_PB_VARINT_MAX_LEN 1010168 char buf[UPB_PB_VARINT_MAX_LEN];10174 char buf[UPB_PB_VARINT_MAX_LEN];