Searched refs:PutUint (Results 1 – 6 of 6) sorted by relevance
20 public void MutateId(uint id) { __p.bb.PutUint(__p.bb_pos + 0, id); } in MutateId()22 public void MutateDistance(uint distance) { __p.bb.PutUint(__p.bb_pos + 4, distance); } in MutateDistance()26 builder.PutUint(Distance); in CreateAbility()27 builder.PutUint(Id); in CreateAbility()
26 builder.PutUint(c_Distance); in CreateStructOfStructs()27 builder.PutUint(c_Id); in CreateStructOfStructs()33 builder.PutUint(a_Distance); in CreateStructOfStructs()34 builder.PutUint(a_Id); in CreateStructOfStructs()
33 …public bool MutateU32(uint u32) { int o = __p.__offset(14); if (o != 0) { __p.bb.PutUint(o + __p.b… in MutateU32()
78 …(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1()86 …uint testhashu32_fnv1a) { int o = __p.__offset(46); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1a()
181 public void PutUint(uint x) in PutUint() method in FlatBuffers.FlatBufferBuilder183 _bb.PutUint(_space -= sizeof(uint), x); in PutUint()273 public void AddUint(uint x) { Prep(sizeof(uint), 0); PutUint(x); } in AddUint()
519 PutUint(offset, (uint)value); in PutInt()522 public unsafe void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer618 public void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer