Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua324 function mt:PrependUint64Slot(...) self:PrependSlot(Uint64, ...) end function
/external/flatbuffers/go/
Dbuilder.go450 func (b *Builder) PrependUint64Slot(o int, x, d uint64) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py569 def PrependUint64Slot(self, *args): self.PrependSlot(N.Uint64Flags, *args) member in Builder