Searched refs:readByteBuffer (Results 1 – 2 of 2) sorted by relevance
732 ByteBuffer result = inputStream.readByteBuffer(); in testReadByteBuffer()734 result = inputStream.readByteBuffer(); in testReadByteBuffer()737 result = inputStream.readByteBuffer(); in testReadByteBuffer()740 result = inputStream.readByteBuffer(); in testReadByteBuffer()770 ByteBuffer result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()772 result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()776 result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()780 result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()790 result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()792 result = inputStream.readByteBuffer(); in testReadByteBufferAliasing()[all …]
540 public ByteBuffer readByteBuffer() throws IOException { in readByteBuffer() method in CodedInputStream