Searched refs:CONCATENATE_BY_COPY_SIZE (Results 1 – 3 of 3) sorted by relevance
276 assertReadFrom(getTestBytes(ByteString.CONCATENATE_BY_COPY_SIZE - 1)); in testReadFrom_mediumStream()277 assertReadFrom(getTestBytes(ByteString.CONCATENATE_BY_COPY_SIZE)); in testReadFrom_mediumStream()278 assertReadFrom(getTestBytes(ByteString.CONCATENATE_BY_COPY_SIZE + 1)); in testReadFrom_mediumStream()838 final int dataSize = ByteString.CONCATENATE_BY_COPY_SIZE + 1; in testWriteToOutputStream()
177 if (newLength < ByteString.CONCATENATE_BY_COPY_SIZE) { in concatenate()185 if (leftRope.right.size() + right.size() < CONCATENATE_BY_COPY_SIZE) { in concatenate()
83 static final int CONCATENATE_BY_COPY_SIZE = 128; field in ByteString977 return new Output(CONCATENATE_BY_COPY_SIZE); in newOutput()