Searched defs:PrependBoolSlot (Results 1 – 3 of 3) sorted by relevance
335 function mt:PrependBoolSlot(...) self:PrependSlot(Bool, ...) end function
438 func (b *Builder) PrependBoolSlot(o int, x, d bool) { func
619 def PrependBoolSlot(self, *args): self.PrependSlot(N.BoolFlags, *args) member in Builder