Searched refs:rope (Results 1 – 3 of 3) sorted by relevance
157 for (ByteString rope : ropes) { in assertValidUtf8()158 assertTrue(not ^ rope.isValidUtf8()); in assertValidUtf8()
494 ByteString rope = p1.concat(p2); in testEqualsRopeByteString() local496 assertEquals(CLASSNAME + " must equal RopeByteString with same value", rope, in testEqualsRopeByteString()499 rope); in testEqualsRopeByteString()508 rope = p1.concat(p2); in testEqualsRopeByteString()510 testString.equals(rope)); in testEqualsRopeByteString()512 rope.equals(testString)); in testEqualsRopeByteString()
295 ByteString rope = RopeByteString.newInstanceForTest(298 assertSame(RopeByteString.class, rope.getClass());300 ByteString[] byteStrings = {bs, bs.substring(0, numBytes), rope};