Searched refs:PrependInt64 (Results 1 – 13 of 13) sorted by relevance
100 builder.PrependInt64(1)101 builder.PrependInt64(2)102 builder.PrependInt64(3)103 builder.PrependInt64(-1)104 builder.PrependInt64(-2)
115 b:PrependInt64(100000000)116 b:PrependInt64(1000000)117 b:PrependInt64(10000)118 b:PrependInt64(100)119 b:PrependInt64(1)
852 b.PrependInt64(0x1122334455667788)1576 b.PrependInt64(100000000)1577 b.PrependInt64(1000000)1578 b.PrependInt64(10000)1579 b.PrependInt64(100)1580 b.PrependInt64(1)
580 reverse(v_) e_: b_.PrependInt64(e_)
71 builder.PrependInt64(f[_idx0-1])77 builder.PrependInt64(d_d[_idx0-1][_idx1-1])
64 builder.PrependInt64(d[_idx0-1])
159 builder.PrependInt64(t.VectorOfLongs[j])
1124 builder.PrependInt64(self.vectorOfLongs[i])
94 func (b *Builder) PrependInt64(x int64)95 PrependInt64 prepends a int64 to the Builder buffer. Aligns and checks
230 def PrependInt64(x):269 def PrependInt64Slot(o, x, d): PrependSlot(o, x, d): PrependInt64(_)
507 b.PrependInt64(x)665 func (b *Builder) PrependInt64(x int64) { func
372 function mt:PrependInt64(x) self:Prepend(Int64, x) end function
680 def PrependInt64(self, x): member in Builder