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

  /external/v8/src/
value-serializer.h 84 void WriteRawBytes(const void* source, size_t length);
value-serializer.cc 185 WriteRawBytes(&raw_tag, sizeof(raw_tag));
204 WriteRawBytes(stack_buffer, next_byte - stack_buffer);
222 WriteRawBytes(&value, sizeof(value));
227 WriteRawBytes(chars.begin(), chars.length() * sizeof(uint8_t));
233 WriteRawBytes(chars.begin(), chars.length() * sizeof(uc16));
236 void ValueSerializer::WriteRawBytes(const void* source, size_t length) {
776 WriteRawBytes(array_buffer->backing_store(), byte_length);
810 WriteRawBytes(&encoding_tag, sizeof(encoding_tag));
825 WriteRawBytes(script_data->data(), script_data_length);
    [all...]
api.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 196 WriteRawBytes(rawBytes, 0, 4);
291 WriteRawBytes(bytes);
590 internal void WriteRawBytes(byte[] value)
592 WriteRawBytes(value, 0, value.Length);
598 internal void WriteRawBytes(byte[] value, int offset, int length)
ByteString.cs 326 outputStream.WriteRawBytes(bytes, 0, bytes.Length);
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 277 output.WriteRawBytes(new byte[32]); // Pad with a few random bytes.
351 output.WriteRawBytes(new byte[] {0x80});
  /external/v8/include/
v8.h     [all...]

Completed in 93 milliseconds