Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua336 function mt:PrependUint8Slot(...) self:PrependSlot(Uint8, ...) end function
/external/flatbuffers/go/
Dbuilder.go435 func (b *Builder) PrependUint8Slot(o int, x, d uint8) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py570 def PrependUint8Slot(self, *args): self.PrependSlot(N.Uint8Flags, *args) member in Builder