Home
last modified time | relevance | path

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

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