HomeSort by relevance Sort by last modified time
    Searched refs:inlineAdd (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/
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)
213 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped)
222 pair<iterator, bool> result = inlineAdd(key, mapped);
234 pair<iterator, bool> result = inlineAdd(key, mapped);
246 return inlineAdd(key, mapped);
253 return inlineAdd(key, mapped);
HashMap.h 106 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
237 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped)
247 pair<iterator, bool> result = inlineAdd(key, mapped);
268 return inlineAdd(key, mapped);

Completed in 46 milliseconds