Searched refs:PrependUint32 (Results 1 – 14 of 14) sorted by relevance
33 builder:PrependUint32(c_distance)34 builder:PrependUint32(c_id)40 builder:PrependUint32(a_distance)41 builder:PrependUint32(a_id)
70 builder.PrependUint32(c_distance)71 builder.PrependUint32(c_id)77 builder.PrependUint32(a_distance)78 builder.PrependUint32(a_id)
39 builder.PrependUint32(c_distance)40 builder.PrependUint32(c_id)46 builder.PrependUint32(a_distance)47 builder.PrependUint32(a_id)
26 builder:PrependUint32(distance)27 builder:PrependUint32(id)
27 builder.PrependUint32(distance)28 builder.PrependUint32(id)
59 builder.PrependUint32(distance)60 builder.PrependUint32(id)
155 // we already made space for this, so write without PrependUint32211 def PrependUint32(x):268 def PrependUint32Slot(o, x, d): PrependSlot(o, x, d): PrependUint32(_)281 def PrependUint32Slot(o, x): PrependSlot(o, x): PrependUint32(_)
110 func (b *Builder) PrependUint32(x uint32)111 PrependUint32 prepends a uint32 to the Builder buffer. Aligns and checks
165 b_.PrependUint32(distance)166 b_.PrependUint32(id)180 b_.PrependUint32(c_distance)181 b_.PrependUint32(c_id)187 b_.PrependUint32(a_distance)188 b_.PrependUint32(a_id)
690 b.PrependUint32(0x98765432)
839 b.PrependUint32(0x98765432)
464 b.PrependUint32(x)679 func (b *Builder) PrependUint32(x uint32) { func
368 function mt:PrependUint32(x) self:Prepend(Uint32, x) end function
650 def PrependUint32(self, x): member in Builder