Home
last modified time | relevance | path

Searched refs:rope (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java157 for (ByteString rope : ropes) { in assertValidUtf8()
158 assertTrue(not ^ rope.isValidUtf8()); in assertValidUtf8()
DNioByteStringTest.java494 ByteString rope = p1.concat(p2); in testEqualsRopeByteString() local
496 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()
DIsValidUtf8TestUtil.java295 ByteString rope = RopeByteString.newInstanceForTest(
298 assertSame(RopeByteString.class, rope.getClass());
300 ByteString[] byteStrings = {bs, bs.substring(0, numBytes), rope};