Searched refs:PrependBool (Results 1 – 8 of 8) sorted by relevance
70 func (b *Builder) PrependBool(x bool)71 PrependBool prepends a bool to the Builder buffer. Aligns and checks for
191 def PrependBool(x):253 def PrependBoolSlot(o, x, d): PrependSlot(o, x, d): PrependBool(_)
348 function mt:PrependBool(x) self:Prepend(Bool, x) end function
610 def PrependBool(self, x): member in Builder
594 func (b *Builder) PrependBool(x bool) { func
415 reverse(v_) e_: b_.PrependBool(e_)
595 b.PrependBool(true)
363 b.PrependBool(True)