Searched defs:PutLong (Results 1 - 2 of 2) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs208 public unsafe void PutLong(int offset, long value) method in class:FlatBuffers.ByteBuffer
282 public void PutLong(int offset, long value) method in class:FlatBuffers.ByteBuffer
H A DFlatBufferBuilder.cs178 public void PutLong(long x) method in class:FlatBuffers.FlatBufferBuilder
180 _bb.PutLong(_space -= sizeof(long), x);
245 public void AddLong(long x) { Prep(sizeof(long), 0); PutLong(x); }

Completed in 181 milliseconds