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

  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 298 Buffer.BlockCopy(floathelper, 0, inthelper, 0, sizeof(float));
306 Buffer.BlockCopy(doublehelper, 0, ulonghelper, 0, sizeof(double));
443 Buffer.BlockCopy(inthelper, 0, floathelper, 0, sizeof(float));
452 Buffer.BlockCopy(ulonghelper, 0, doublehelper, 0, sizeof(double));
FlatBufferBuilder.cs 111 Buffer.BlockCopy(oldBuf, 0, newBuf, newBufSize - oldBufSize,
619 Buffer.BlockCopy(_bb.Data, _bb.Position, newArray, 0,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 546 NDR64_UINT8 BlockCopy : 1;
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs     [all...]

Completed in 251 milliseconds