Searched defs:PrependInt8Slot (Results 1 – 3 of 3) sorted by relevance
325 function mt:PrependInt8Slot(...) self:PrependSlot(Int8, ...) end function
460 func (b *Builder) PrependInt8Slot(o int, x, d int8) { func
571 def PrependInt8Slot(self, *args): self.PrependSlot(N.Int8Flags, *args) member in Builder