HomeSort by relevance Sort by last modified time
    Searched refs:inthelper (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/php/
ByteBuffer.php 474 $inthelper = pack("V", $value); variable
475 $v = unpack("f", $inthelper);
479 $inthelper = pack("VV", $value, $value2); variable
480 $v = unpack("d", $inthelper);
  /external/flatbuffers/net/FlatBuffers/
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));

Completed in 179 milliseconds