Searched defs:PrependInt32Slot (Results 1 – 3 of 3) sorted by relevance
343 function mt:PrependInt32Slot(...) self:PrependSlot(Int32, ...) end function
502 func (b *Builder) PrependInt32Slot(o int, x, d int32) { func
605 def PrependInt32Slot(self, *args): self.PrependSlot(N.Int32Flags, *args) member in Builder