Home | History | Annotate | Download | only in Google.Protobuf

Lines Matching full:bytearray

485                     ByteArray.Reverse(rawBytes);

1102 ByteArray.Copy(buffer, bufferPos, bytes, 0, size);
1114 ByteArray.Copy(buffer, bufferPos, bytes, 0, pos);
1130 ByteArray.Copy(buffer, 0, bytes, pos, size - pos);
1182 ByteArray.Copy(buffer, originalBufferPos, bytes, 0, newPos);