Searched refs:literalSubstring (Results 1 – 3 of 3) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ByteStringTest.java | 518 ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); in testCompositeSubstring() local 520 compositeSubstring.equals(literalSubstring)); in testCompositeSubstring() 522 literalSubstring.equals(compositeSubstring)); in testCompositeSubstring() 525 literalSubstring.hashCode(), compositeSubstring.hashCode()); in testCompositeSubstring() 528 compositeSubstring.equals(literalSubstring.substring(0, literalSubstring.size() - 1))); in testCompositeSubstring()
|
/dports/devel/protobuf25/protobuf-2.5.0/java/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 564 ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); in testCompositeSubstring() local 566 compositeSubstring.equals(literalSubstring)); in testCompositeSubstring() 568 literalSubstring.equals(compositeSubstring)); in testCompositeSubstring() 571 literalSubstring.hashCode(), compositeSubstring.hashCode()); in testCompositeSubstring() 574 compositeSubstring.equals(literalSubstring.substring(0, literalSubstring.size() - 1))); in testCompositeSubstring()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 652 ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); in testCompositeSubstring() local 655 literalSubstring, in testCompositeSubstring() 660 literalSubstring); in testCompositeSubstring() 664 literalSubstring.hashCode(), in testCompositeSubstring() 669 compositeSubstring.equals(literalSubstring.substring(0, literalSubstring.size() - 1))); in testCompositeSubstring()
|