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

  /external/v8/src/
value-serializer.h 220 bool ReadRawBytes(size_t length, const void** data) WARN_UNUSED_RESULT;
232 Maybe<Vector<const uint8_t>> ReadRawBytes(int size) WARN_UNUSED_RESULT;
value-serializer.cc     [all...]
api.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 482 byte[] rawBytes = ReadRawBytes(4);
559 return CodedOutputStream.Utf8Encoding.GetString(ReadRawBytes(length), 0, length);
602 return ByteString.AttachBytes(ReadRawBytes(length));
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 225 milliseconds