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