Searched defs:PrependByte (Results 1 – 3 of 3) sorted by relevance
364 function mt:PrependByte(x) self:Prepend(Uint8, x) end function
686 func (b *Builder) PrependByte(x byte) { func
624 def PrependByte(self, x): member in Builder