ByteBuffer.cs | 68 private int[] inthelper = new[] { 0 }; field in class:FlatBuffers.ByteBuffer 298 Buffer.BlockCopy(floathelper, 0, inthelper, 0, sizeof(float)); 299 WriteLittleEndian(offset, sizeof(float), (ulong)inthelper[0]); 442 inthelper[0] = i; 443 Buffer.BlockCopy(inthelper, 0, floathelper, 0, sizeof(float));
|