Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/lua/flatbuffers/
H A Dbuilder.lua340 function mt:PrependUint64Slot(...) self:PrependSlot(Uint64, ...) end function
/aosp_15_r20/external/flatbuffers/go/
H A Dbuilder.go472 func (b *Builder) PrependUint64Slot(o int, x, d uint64) { func
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dbuilder.py599 def PrependUint64Slot(self, *args): self.PrependSlot(N.Uint64Flags, *args) member in Builder