Searched refs:PutUint (Results 1 – 5 of 5) 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()
33 …public bool MutateU32(uint u32) { int o = __p.__offset(14); if (o != 0) { __p.bb.PutUint(o + __p.b… in MutateU32()
75 …(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1()83 …uint testhashu32_fnv1a) { int o = __p.__offset(46); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1a()
177 public void PutUint(uint x) in PutUint() method in FlatBuffers.FlatBufferBuilder179 _bb.PutUint(_space -= sizeof(uint), x); in PutUint()269 public void AddUint(uint x) { Prep(sizeof(uint), 0); PutUint(x); } in AddUint()
469 PutUint(offset, (uint)value); in PutInt()472 public unsafe void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer568 public void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer