Searched refs:PrependByte (Results 1 – 12 of 12) sorted by relevance
622 b.PrependByte(1)632 b.PrependByte(1)634 b.PrependByte(2)646 b.PrependByte(byte(i))1050 b.PrependByte(4)1051 b.PrependByte(3)1052 b.PrependByte(2)1053 b.PrependByte(1)1054 b.PrependByte(0)1146 b.PrependByte(4)[all …]
94 b:PrependByte(4)95 b:PrependByte(3)96 b:PrependByte(2)97 b:PrependByte(1)98 b:PrependByte(0)
399 b.PrependByte(1)408 b.PrependByte(1)410 b.PrependByte(2)1092 b.PrependByte(4)1093 b.PrependByte(3)1094 b.PrependByte(2)1095 b.PrependByte(1)1096 b.PrependByte(0)1282 b.PrependByte(4)1283 b.PrependByte(2)[all …]
74 func (b *Builder) PrependByte(x byte)75 PrependByte prepends a byte to the Builder buffer. Aligns and checks for
902 builder.PrependByte(byte(i))917 builder.PrependByte(i)998 builder:PrependByte(i)
43 builder:PrependByte(i)
57 builder.PrependByte(i)
52 builder.PrependByte(byte(i))
194 def PrependByte(x):254 def PrependByteSlot(o, x, d): PrependSlot(o, x, d): PrependByte(_)
412 b.PrependByte(x)671 func (b *Builder) PrependByte(x byte) { func
349 function mt:PrependByte(x) self:Prepend(Uint8, x) end function
617 def PrependByte(self, x): member in Builder