Home
last modified time | relevance | path

Searched defs:PrependBoolSlot (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua335 function mt:PrependBoolSlot(...) self:PrependSlot(Bool, ...) end function
/external/flatbuffers/go/
Dbuilder.go438 func (b *Builder) PrependBoolSlot(o int, x, d bool) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py619 def PrependBoolSlot(self, *args): self.PrependSlot(N.BoolFlags, *args) member in Builder