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