Searched refs:PrependInt16 (Results 1 – 14 of 14) sorted by relevance
23 builder.PrependInt16(a)
28 builder:PrependInt16(a)
40 builder.PrependInt16(a)
43 builder:PrependInt16(test3_a)
36 builder.PrependInt16(test3_a)
71 builder.PrependInt16(test3_a)
86 func (b *Builder) PrependInt16(x int16)87 PrependInt16 prepends a int16 to the Builder buffer. Aligns and checks
215 def PrependInt16(x):260 def PrependInt16Slot(o, x, d): PrependSlot(o, x, d): PrependInt16(_)
472 b.PrependInt16(x)636 func (b *Builder) PrependInt16(x int16) { func
601 b.PrependInt16(-32222)827 b.PrependInt16(0x1234)828 b.PrependInt16(0x5678)854 b.PrependInt16(0x1234)
369 b.PrependInt16(-32222)865 b.PrependInt16(0x1234)866 b.PrependInt16(0x5678)892 b.PrependInt16(0x1234)
90 b_.PrependInt16(a)126 b_.PrependInt16(test3_a)
355 function mt:PrependInt16(x) self:Prepend(Int16, x) end function
659 def PrependInt16(self, x): member in Builder