Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua323 function mt:PrependUint32Slot(...) self:PrependSlot(Uint32, ...) end function
/external/flatbuffers/go/
Dbuilder.go440 func (b *Builder) PrependUint32Slot(o int, x, d uint32) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py567 def PrependUint32Slot(self, *args): self.PrependSlot(N.Uint32Flags, *args) member in Builder