Home
last modified time | relevance | path

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

/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua342 function mt:PrependInt16Slot(...) self:PrependSlot(Int16, ...) end function
/third_party/flatbuffers/go/
Dbuilder.go492 func (b *Builder) PrependInt16Slot(o int, x, d int16) { func
/third_party/flatbuffers/python/flatbuffers/
Dbuilder.py585 def PrependInt16Slot(self, *args): self.PrependSlot(N.Int16Flags, *args) member in Builder