Searched refs:PrependByte (Results 1 – 8 of 8) sorted by relevance
605 b.PrependByte(1)615 b.PrependByte(1)617 b.PrependByte(2)629 b.PrependByte(byte(i))1033 b.PrependByte(4)1034 b.PrependByte(3)1035 b.PrependByte(2)1036 b.PrependByte(1)1037 b.PrependByte(0)1129 b.PrependByte(4)[all …]
354 b.PrependByte(1)363 b.PrependByte(1)365 b.PrependByte(2)776 b.PrependByte(4)777 b.PrependByte(3)778 b.PrependByte(2)779 b.PrependByte(1)780 b.PrependByte(0)947 b.PrependByte(4)948 b.PrependByte(2)[all …]
74 func (b *Builder) PrependByte(x byte)75 PrependByte prepends a byte to the Builder buffer. Aligns and checks for
647 builder.PrependByte(byte(i))662 builder.PrependByte(i)
57 builder.PrependByte(i)
52 builder.PrependByte(byte(i))
405 b.PrependByte(x)647 func (b *Builder) PrependByte(x byte) { func
539 def PrependByte(self, x): member in Builder