RefPtrHashMap.h | 109 MappedType take(const KeyType&); // efficient combination of get with remove 110 MappedType take(RawKeyType); // efficient combination of get with remove 312 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(const KeyType& key) function in class:WTF::HashMap 325 HashMap<RefPtr<T>, U, V, W, MappedTraits>::take(RawKeyType key) function in class:WTF::HashMap
|