Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java567 ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); in testCompositeSubstring() local
569 compositeSubstring.equals(literalSubstring)); in testCompositeSubstring()
571 literalSubstring.equals(compositeSubstring)); in testCompositeSubstring()
574 literalSubstring.hashCode(), compositeSubstring.hashCode()); in testCompositeSubstring()
577 compositeSubstring.equals(literalSubstring.substring(0, literalSubstring.size() - 1))); in testCompositeSubstring()