Searched refs:PrependUint16 (Results 1 – 7 of 7) sorted by relevance
106 func (b *Builder) PrependUint16(x uint16)107 PrependUint16 prepends a uint16 to the Builder buffer. Aligns and checks
207 def PrependUint16(x):267 def PrependUint16Slot(o, x, d): PrependSlot(o, x, d): PrependUint16(_)280 def PrependUint16Slot(o, x): PrependSlot(o, x): PrependUint16(_)
454 b.PrependUint16(x)672 func (b *Builder) PrependUint16(x uint16) { func
686 b.PrependUint16(0xFEEE)741 b.PrependUint16(1)751 b.PrependUint16(0xABCD)753 b.PrependUint16(0xDCBA)
833 b.PrependUint16(0xFEEE)881 b.PrependUint16(1)890 b.PrependUint16(0xABCD)892 b.PrependUint16(0xDCBA)
367 function mt:PrependUint16(x) self:Prepend(Uint16, x) end function
643 def PrependUint16(self, x): member in Builder