Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs194 PutUint(offset, (uint)value); in PutInt()
197 public unsafe void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer
276 public void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer
DFlatBufferBuilder.cs173 public void PutUint(uint x) in PutUint() method in FlatBuffers.FlatBufferBuilder
175 _bb.PutUint(_space -= sizeof(uint), x); in PutUint()
239 public void AddUint(uint x) { Prep(sizeof(uint), 0); PutUint(x); } in AddUint()
/external/flatbuffers/tests/MyGame/Example/
DMonster.cs56 …(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1()
64 …uint testhashu32_fnv1a) { int o = __p.__offset(46); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, t… in MutateTesthashu32Fnv1a()