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

  /external/webkit/Source/JavaScriptCore/wtf/
RefPtrHashMap.h 117 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)
217 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped)
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);
HashMap.h 107 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&);
239 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped)
249 pair<iterator, bool> result = inlineAdd(key, mapped);
270 return inlineAdd(key, mapped);

Completed in 191 milliseconds