Home
last modified time | relevance | path

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

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua343 function mt:PrependInt64Slot(...) self:PrependSlot(Int64, ...) end function
/external/flatbuffers/go/
Dbuilder.go505 func (b *Builder) PrependInt64Slot(o int, x, d int64) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py584 def PrependInt64Slot(self, *args): self.PrependSlot(N.Int64Flags, *args) member in Builder