Searched refs:PrependInt16 (Results 1 – 17 of 17) sorted by relevance
28 builder:PrependInt16(a)
38 builder:PrependInt16(b_a)
29 builder.PrependInt16(a)
61 builder.PrependInt16(a)
43 builder:PrependInt16(test3_a)
75 builder.PrependInt16(b_a)
44 builder.PrependInt16(b_a)
42 builder.PrependInt16(test3_a)
100 builder.PrependInt16(test3_a)
86 func (b *Builder) PrependInt16(x int16)87 PrependInt16 prepends a int16 to the Builder buffer. Aligns and checks
222 def PrependInt16(x):271 def PrependInt16Slot(o, x, d): PrependSlot(o, x, d): PrependInt16(_)284 def PrependInt16Slot(o, x): PrependSlot(o, x): PrependInt16(_)
494 b.PrependInt16(x)700 func (b *Builder) PrependInt16(x int16) { func
684 b.PrependInt16(-32222)910 b.PrependInt16(0x1234)911 b.PrependInt16(0x5678)937 b.PrependInt16(0x1234)
107 b_.PrependInt16(a)147 b_.PrependInt16(test3_a)185 b_.PrependInt16(b_a)
831 b.PrependInt16(-32222)1327 b.PrependInt16(0x1234)1328 b.PrependInt16(0x5678)1354 b.PrependInt16(0x1234)
371 function mt:PrependInt16(x) self:Prepend(Int16, x) end function
671 def PrependInt16(self, x): member in Builder