OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyOne
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java
464
ReferenceEntry<Object, Object>
copyOne
= map.copyEntry(entryOne, null);
468
assertSame(valueOne,
copyOne
.getValueReference().get());
469
assertConnected(map,
copyOne
, entryTwo);
471
ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo,
copyOne
);
474
assertSame(
copyOne
, copyTwo.getNext());
476
assertConnected(map,
copyOne
, copyTwo);
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java
[
all
...]
Completed in 70 milliseconds