Searched refs:PrependBool (Results 1 – 5 of 5) sorted by relevance
70 func (b *Builder) PrependBool(x bool)71 PrependBool prepends a bool to the Builder buffer. Aligns and checks for
532 def PrependBool(self, x): member in Builder
570 func (b *Builder) PrependBool(x bool) { func
578 b.PrependBool(true)
318 b.PrependBool(True)