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
200 def PrependUint16(x):256 def PrependUint16Slot(o, x, d): PrependSlot(o, x, d): PrependUint16(_)
432 b.PrependUint16(x)608 func (b *Builder) PrependUint16(x uint16) { func
603 b.PrependUint16(0xFEEE)658 b.PrependUint16(1)668 b.PrependUint16(0xABCD)670 b.PrependUint16(0xDCBA)
371 b.PrependUint16(0xFEEE)419 b.PrependUint16(1)428 b.PrependUint16(0xABCD)430 b.PrependUint16(0xDCBA)
351 function mt:PrependUint16(x) self:Prepend(Uint16, x) end function
631 def PrependUint16(self, x): member in Builder