Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua320 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end function
/external/flatbuffers/go/
Dbuilder.go410 func (b *Builder) PrependByteSlot(o int, x, d byte) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py561 def PrependByteSlot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder