OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:javaImpl
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedBytesBenchmark.java
38
private Comparator<byte[]>
javaImpl
;
57
javaImpl
= UnsignedBytes.lexicographicalComparatorJavaImpl();
62
if (
javaImpl
.compare(ba1, ba2) != 0) {
70
if (
javaImpl
.compare(ba3, ba4) == 0) {
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedBytesTest.java
252
Comparator<byte[]>
javaImpl
= UnsignedBytes.lexicographicalComparatorJavaImpl();
253
Helpers.testComparator(
javaImpl
, ordered);
254
assertSame(
javaImpl
, SerializableTester.reserialize(
javaImpl
));
Completed in 266 milliseconds