Home
last modified time | relevance | path

Searched defs:readRawBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
Dv8.js253 Deserializer.prototype.readRawBytes = function readRawBytes(length) { method in Deserializer
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java510 public abstract byte[] readRawBytes(final int size) throws IOException; in readRawBytes() method in CodedInputStream
1244 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.ArrayDecoder
1955 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.UnsafeDirectNioDecoder
2818 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStream.StreamDecoder
3794 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.IterableDirectByteBufferDecoder