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
490
ReferenceEntry<Object, Object>
copyOne
= map.copyEntry(entryOne, null);
494
assertSame(valueOne,
copyOne
.getValueReference().get());
495
assertConnected(map,
copyOne
, entryTwo);
497
ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo,
copyOne
);
500
assertSame(
copyOne
, copyTwo.getNext());
502
assertConnected(map,
copyOne
, copyTwo);
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java
933
ReferenceEntry<Object, Object>
copyOne
= map.copyEntry(entryOne, null);
[
all
...]
Completed in 550 milliseconds