Searched refs:inlineAdd (Results 1 – 4 of 4) sorted by relevance
| /external/webkit/JavaScriptCore/wtf/ |
| D | RefPtrHashMap.h | 113 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&); 114 pair<iterator, bool> inlineAdd(RawKeyType, const MappedType&); 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 222 pair<iterator, bool> result = inlineAdd(key, mapped); in set() 234 pair<iterator, bool> result = inlineAdd(key, mapped); in set() 246 return inlineAdd(key, mapped); in add() 253 return inlineAdd(key, mapped); in add()
|
| D | HashMap.h | 87 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&); 178 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd() function 188 pair<iterator, bool> result = inlineAdd(key, mapped); in set() 200 return inlineAdd(key, mapped); in add()
|
| /external/webkit/JavaScriptCore/ |
| D | ChangeLog-2007-10-14 | 13940 (KXMLCore::::inlineAdd): 14975 (KXMLCore::::inlineAdd): Shared by set and add to insert using HashMapTranslator 14976 (KXMLCore::::set): Use inlineAdd 14977 (KXMLCore::::add): Use inlineAdd
|
| D | ChangeLog-2008-08-10 | 17196 (WTF::HashMap::inlineAdd): Use add with RefPtrHashMapRawKeyTranslator.
|