Searched refs:concreteSubstring (Results 1 – 1 of 1) sorted by relevance
531 ByteString concreteSubstring = ByteString.copyFrom(bigBytes).substring(start, end); in testSubstringParity() local534 ok = (bigBytes[i] == concreteSubstring.byteAt(i - start)); in testSubstringParity()540 concreteSubstring.equals(literalString)); in testSubstringParity()542 literalString.hashCode(), concreteSubstring.hashCode()); in testSubstringParity()