Home
last modified time | relevance | path

Searched defs:removeEntry (Results 1 – 3 of 3) sorted by relevance

/external/guava/src/com/google/common/collect/
DCustomConcurrentHashMap.java457 boolean removeEntry(E entry, @Nullable V value); in removeEntry() method
466 boolean removeEntry(E entry); in removeEntry() method
653 public boolean removeEntry(E entry, V value) { in removeEntry() method in CustomConcurrentHashMap.Impl.InternalsImpl
661 public boolean removeEntry(E entry) { in removeEntry() method in CustomConcurrentHashMap.Impl.InternalsImpl
1125 public boolean removeEntry(E entry, int hash, V value) { in removeEntry() method in CustomConcurrentHashMap.Impl.Segment
1167 public boolean removeEntry(E entry, int hash) { in removeEntry() method in CustomConcurrentHashMap.Impl.Segment
DMapMaker.java685 void removeEntry() { in removeEntry() method in MapMaker.StrategyImpl.FutureValueReference
/external/srec/portable/src/
Dphashtable.c190 static void removeEntry(PHashTableEntry *entry) in removeEntry() function