Searched defs:PrependByteSlot (Results 1 – 3 of 3) sorted by relevance
320 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end function
410 func (b *Builder) PrependByteSlot(o int, x, d byte) { func
561 def PrependByteSlot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder