Searched defs:readByteArray (Results 1 – 3 of 3) sorted by relevance
259 this.readByteArray = function (...args) { method263 this.readByteArray = function () { method
328 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream916 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder1641 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder2390 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder3501 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer