Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua325 function mt:PrependInt8Slot(...) self:PrependSlot(Int8, ...) end function
/external/flatbuffers/go/
Dbuilder.go460 func (b *Builder) PrependInt8Slot(o int, x, d int8) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py571 def PrependInt8Slot(self, *args): self.PrependSlot(N.Int8Flags, *args) member in Builder