Home
last modified time | relevance | path

Searched refs:PrependSlot (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/python/flatbuffers/
Dbuilder.py474 def PrependSlot(self, flags, o, x, d): member in Builder
481 def PrependBoolSlot(self, *args): self.PrependSlot(N.BoolFlags, *args)
483 def PrependByteSlot(self, *args): self.PrependSlot(N.Uint8Flags, *args)
485 def PrependUint8Slot(self, *args): self.PrependSlot(N.Uint8Flags, *args)
487 def PrependUint16Slot(self, *args): self.PrependSlot(N.Uint16Flags, *args)
489 def PrependUint32Slot(self, *args): self.PrependSlot(N.Uint32Flags, *args)
491 def PrependUint64Slot(self, *args): self.PrependSlot(N.Uint64Flags, *args)
493 def PrependInt8Slot(self, *args): self.PrependSlot(N.Int8Flags, *args)
495 def PrependInt16Slot(self, *args): self.PrependSlot(N.Int16Flags, *args)
497 def PrependInt32Slot(self, *args): self.PrependSlot(N.Int32Flags, *args)
[all …]