Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java531 ByteString concreteSubstring = ByteString.copyFrom(bigBytes).substring(start, end); in testSubstringParity() local
534 ok = (bigBytes[i] == concreteSubstring.byteAt(i - start)); in testSubstringParity()
540 concreteSubstring.equals(literalString)); in testSubstringParity()
542 literalString.hashCode(), concreteSubstring.hashCode()); in testSubstringParity()