Searched defs:removeEntry (Results 1 – 3 of 3) sorted by relevance
/external/guava/src/com/google/common/collect/ | ||
D | CustomConcurrentHashMap.java | 457 boolean removeEntry(E entry, @Nullable V value); in removeEntry() method |
D | MapMaker.java | 685 void removeEntry() { in removeEntry() method in MapMaker.StrategyImpl.FutureValueReference |
/external/srec/portable/src/ | ||
D | phashtable.c | 190 static void removeEntry(PHashTableEntry *entry) in removeEntry() function |