Searched refs:PutUint (Results 1 – 3 of 3) sorted by relevance
194 PutUint(offset, (uint)value); in PutInt()197 public unsafe void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer276 public void PutUint(int offset, uint value) in PutUint() method in FlatBuffers.ByteBuffer
173 public void PutUint(uint x) in PutUint() method in FlatBuffers.FlatBufferBuilder175 _bb.PutUint(_space -= sizeof(uint), x); in PutUint()239 public void AddUint(uint x) { Prep(sizeof(uint), 0); PutUint(x); } in AddUint()
56 …(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()