Home
last modified time | relevance | path

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

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