Home
last modified time | relevance | path

Searched refs:PutUint (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs20 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()
DTypeAliases.cs33 …public bool MutateU32(uint u32) { int o = __p.__offset(14); if (o != 0) { __p.bb.PutUint(o + __p.b… in MutateU32()
DMonster.cs75 …(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()
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs177 public void PutUint(uint x) in PutUint() method in FlatBuffers.FlatBufferBuilder
179 _bb.PutUint(_space -= sizeof(uint), x); in PutUint()
269 public void AddUint(uint x) { Prep(sizeof(uint), 0); PutUint(x); } in AddUint()
DByteBuffer.cs469 PutUint(offset, (uint)value); in PutInt()
472 public unsafe void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer
568 public void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer