Searched refs:inlineAdd (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DRefPtrHashMap.h117 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
118 pair<iterator, bool> inlineAdd(RawKeyType, const MappedType&);
209 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) function in class:WTF::HashMap
217 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) function in class:WTF::HashMap
226 pair<iterator, bool> result = inlineAdd(key, mapped);
238 pair<iterator, bool> result = inlineAdd(key, mapped);
250 return inlineAdd(key, mapped);
257 return inlineAdd(key, mapped);
H A DHashMap.h107 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
239 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) function in class:WTF::HashMap
249 pair<iterator, bool> result = inlineAdd(key, mapped);
270 return inlineAdd(key, mapped);

Completed in 188 milliseconds