Searched defs:inlineAdd (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/JavaScriptCore/wtf/ |
| D | RefPtrHashMap.h | 205 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd() function 213 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) in inlineAdd() function
|
| D | HashMap.h | 178 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd() function
|