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