Searched refs:capturedArray (Results 1 – 1 of 1) sorted by relevance
187 byte[] capturedArray = null; in testReadFrom_mutating()191 capturedArray = eis.capturedArray; in testReadFrom_mutating()193 for (int x = 0; x < capturedArray.length; ++x) { in testReadFrom_mutating()194 capturedArray[x] = (byte) 0; in testReadFrom_mutating()364 public byte[] capturedArray = null; field in ByteStringTest.EvilInputStream368 if (capturedArray != null) { in read()371 capturedArray = buf; in read()388 public byte[] capturedArray = null; field in ByteStringTest.EvilOutputStream392 if (capturedArray == null) { in write()393 capturedArray = buf; in write()[all …]