Searched refs:PrependInt64 (Results 1 – 8 of 8) sorted by relevance
116 b:PrependInt64(100000000)117 b:PrependInt64(1000000)118 b:PrependInt64(10000)119 b:PrependInt64(100)120 b:PrependInt64(1)
390 b.PrependInt64(0x1122334455667788)1114 b.PrependInt64(100000000)1115 b.PrependInt64(1000000)1116 b.PrependInt64(10000)1117 b.PrependInt64(100)1118 b.PrependInt64(1)
453 reverse(v_) e_: b_.PrependInt64(e_)
94 func (b *Builder) PrependInt64(x int64)95 PrependInt64 prepends a int64 to the Builder buffer. Aligns and checks
223 def PrependInt64(x):262 def PrependInt64Slot(o, x, d): PrependSlot(o, x, d): PrependInt64(_)
492 b.PrependInt64(x)650 func (b *Builder) PrependInt64(x int64) { func
357 function mt:PrependInt64(x) self:Prepend(Int64, x) end function
673 def PrependInt64(self, x): member in Builder