Searched refs:PrependUint32 (Results 1 – 11 of 11) sorted by relevance
21 builder.PrependUint32(distance)22 builder.PrependUint32(id)
26 builder:PrependUint32(distance)27 builder:PrependUint32(id)
38 builder.PrependUint32(distance)39 builder.PrependUint32(id)
110 func (b *Builder) PrependUint32(x uint32)111 PrependUint32 prepends a uint32 to the Builder buffer. Aligns and checks
148 // we already made space for this, so write without PrependUint32204 def PrependUint32(x):257 def PrependUint32Slot(o, x, d): PrependSlot(o, x, d): PrependUint32(_)
442 b.PrependUint32(x)615 func (b *Builder) PrependUint32(x uint32) { func
352 function mt:PrependUint32(x) self:Prepend(Uint32, x) end function
144 b_.PrependUint32(distance)145 b_.PrependUint32(id)
607 b.PrependUint32(0x98765432)
377 b.PrependUint32(0x98765432)
638 def PrependUint32(self, x): member in Builder