Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/lua/flatbuffers/
H A Dbuilder.lua344 function mt:PrependInt64Slot(...) self:PrependSlot(Int64, ...) end function
/aosp_15_r20/external/flatbuffers/go/
H A Dbuilder.go512 func (b *Builder) PrependInt64Slot(o int, x, d int64) { func
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dbuilder.py607 def PrependInt64Slot(self, *args): self.PrependSlot(N.Int64Flags, *args) member in Builder