Lines Matching refs:EncodeRawVarint
31 void EncodeRawVarint(uint64_t value, size_t size, absl::Span<char> *buf) { in EncodeRawVarint() function
51 EncodeRawVarint(tag_type, tag_type_size, buf); in EncodeVarint()
52 EncodeRawVarint(value, value_size, buf); in EncodeVarint()
63 EncodeRawVarint(tag_type, tag_type_size, buf); in Encode64Bit()
79 EncodeRawVarint(tag_type, tag_type_size, buf); in Encode32Bit()
98 EncodeRawVarint(tag_type, tag_type_size, buf); in EncodeBytes()
99 EncodeRawVarint(length, length_size, buf); in EncodeBytes()
122 EncodeRawVarint(tag_type, tag_type_size, buf); in EncodeBytesTruncate()
123 EncodeRawVarint(length, length_size, buf); in EncodeBytesTruncate()
139 EncodeRawVarint(tag_type, tag_type_size, buf); in EncodeMessageStart()
141 EncodeRawVarint(0, length_size, buf); in EncodeMessageStart()
149 EncodeRawVarint( in EncodeMessageLength()