Home
last modified time | relevance | path

Searched refs:PrependBool (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/docs/source/
DGoApi_generated.txt70 func (b *Builder) PrependBool(x bool)
71 PrependBool prepends a bool to the Builder buffer. Aligns and checks for
/external/flatbuffers/python/flatbuffers/
Dbuilder.py532 def PrependBool(self, x): member in Builder
/external/flatbuffers/go/
Dbuilder.go570 func (b *Builder) PrependBool(x bool) { func
/external/flatbuffers/tests/
Dgo_test.go578 b.PrependBool(true)
Dpy_test.py318 b.PrependBool(True)